Similar to "Is there a way to see the shell commands executed by SmartGit?" is there a way to see the commands that the Tower GUI is executing on my behalf? I want to learn the git command line at the same time I'm using the GUI.
How does one see the git command line executed by the MacOSX Git GUI Tower?
2.2k views Asked by Peter Murray At
2
This is possible if you enable Debug Logging in the Help menu. Then open Console.app and create a System Log Query like in the screenshot below. That will list all the commands that Tower.app executes for you. Note that it passes a lot of arguments that you normally wouldn't use yourself, so Tony's advice to learn the commands still applies.