Question

I am pretty new to git and am learning the general flow and all the command-line options. However, sometimes I like to use the graphical interface of SmartGit in conjunction to the shell, especially if I am unsure of the best way to accomplish a flow task.

My question: Is there any way to see what git shell commands are executed by the tool. I will probably eventually execute most git actions using the shell and only use the GUI for visuals. Thus, it would be helpful to see how GUI actions translate into the actual git commands.

Was it helpful?

Solution 2

Since SmartGit 17, commands will always be shown.

For SmartGit 8.x (down to 5), make sure to have Show executed command in Output view selected in the Preferences, section Commands.

For SmartGit 4.6.x (and older), go to its settings directory (see About dialog), and uncomment following line in smartgit.properties:

smartgit.command.show=true

OTHER TIPS

In SmartGit 18 the git shell commands are shown in the "Output Window". You show/hide said window by clicking in the "Window" menu and selecting it, as it can be seen in this image.this image

I'm adding this remark because I closed the Output Window by mistake, and the main answer of this post turned out to be of no help.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top