Reputation: 12053
I use TortoiseGit as my git client. I can cooperate with repository by clicking. I would like to know more about git and its command.
Is there any oportunity to see what git commands are generate for git? For example I click Switch command and select target, how can I see command generated to git for this operation?
Upvotes: 4
Views: 700
Reputation: 5787
You can enable Debug mode in Turtoise settings. Then you will be be able to track executed commands.
Then you can capture debug by DebugView app. https://technet.microsoft.com/en-us/sysinternals/bb896647.aspx
Upvotes: 2