Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

git - How to make TortoiseSVN / TortoiseGit show the executed command?

Tortoise GUI clients are cool, but they don't really help to understand, how versioning woks and what happens "behind the scenes". And understanding such things is very important, especially for Git. (OK, the best way is working on the command line...)

Is there a ssetting in ToroiseSVN / TortoiseGit to show the command that has just been executed? Or maybe a commands log?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

In TortoiseSVN you can enable this by enabling debug. If you Right-Click in your explorer and use TortoiseSVN -> Settings.

TortoiseSVN -> Settings

In the settings window, select Advanced, find the setting called Debug and set it to true. This will give you a popup with the command/s about to be executed just before you run them.

enter image description here

More about the advanced settings in TortoiseSVN: http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-settings.html#tsvn-dug-settings-registry


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...