最近我發現TortoiseSVN(驚喜,驚喜)支持git。 所以你可以使用TortoiseSVN來檢出git倉庫,甚至引用外部的git倉庫。在互聯網上,存在着大量的關於如何從git hash中獲得好的編號方案的問題,這個問題很多次被發現太神祕而難以使用。例如:How to get the git commit count?。 按照此link: Is there a git-svn windows
對於普通的Git過程中,我可以使用「git的狀態」,以獲得像類似的消息: $ git status
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
#
nothing to commit (working directory clean)
有什麼混帳svn的命令可以讓我知道什麼樣的要求,