rose
rose

Reputation: 347

TortoiseGit show full command & parameters before performing action

Is there a way to get TortoiseGit to show you the full command & parameters it is about to run before running it (just as it would be typed in Git Bash)?

I have seen this post about changing the debug setting, which will show you the command, and I can see the command & parameters that are run in the message screen after I run the command.

Does anyone know how to get TortoiseGit to show you this before you execute the command?

Thank you!

Upvotes: 1

Views: 354

Answers (1)

MrTux
MrTux

Reputation: 33993

There is no such option and there won't be. TortoiseGit does not invoke git.exe for all operations, but also uses the library.

Upvotes: 1

Related Questions