Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

See git commands generated by TortoiseGit

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?

like image 327
Jacek Avatar asked Sep 28 '22 22:09

Jacek


1 Answers

You can enable Debug mode in Turtoise settings. Then you will be be able to track executed commands.

settings

Then you can capture debug by DebugView app. https://technet.microsoft.com/en-us/sysinternals/bb896647.aspx

sample

like image 55
Pawel Maga Avatar answered Nov 02 '22 22:11

Pawel Maga