See git commands created by TortoiseGit

I am using TortoiseGit as my git client. I can cooperate with the repository by clicking. I would like to know more about git and its command.
Is there a way to see what git commands are being generated for git? For example, I click the Switch command and select a target, how can I see the command generated for git for this operation?

+3


source to share


1 answer


You can enable debug mode in Turtoise settings. Then you can track the commands executed.

settings



Then you can grab the debug version of the DebugView application. https://technet.microsoft.com/en-us/sysinternals/bb896647.aspx

sample

+4


source







All Articles