直接在左下角开始中打开它时,会提示:
lortoiseGit is a shell extension.That means it is integrated into the Windows explorer.To use TortoiseGit please open the explorer andright-click on any folder you liketo bring up the context menu where you will find allTortoiseGit commands.And read the manual!
可用的方法:
CMD命令进入到代码目录,比如
cd /d D:\my_code
再输入 TortoiseGitProc /command:commit /path:. 可以打开提交窗口
其它: TortoiseGitProc /command:commit /path:. 可以打开日志管理窗口
本文介绍了如何在WindowsExplorer中使用TortoiseGit扩展,通过右键菜单操作实现提交和日志管理,包括通过CMD命令cd到代码目录并执行TortoiseGit命令。
2921

被折叠的 条评论
为什么被折叠?



