如何将git命令行翻译为tortoiseproc?

时间:2012-05-31 07:19:40

标签: git command-line tortoisegit

TortoiseGit的TortoiseProc.exe命令行如何实现这个git命令?

git pull -v --progress origin master

2 个答案:

答案 0 :(得分:3)

我认为TortoiseProc可以执行任何git命令行 只允许您访问TortoiseGit GUI的某些部分。

您可以在Commit with TortoiseGit / TortoiseSVN directly from VisualStudio或“Executing TortoiseGit from the command line”中看到示例:
在每种情况下,调用tortoiseProc命令时都会弹出GUI。

答案 1 :(得分:1)

如果您已经知道相应的git命令行,为什么不直接在bash中运行? 为了便于使用当前目录运行bash,您可以运行msysgit setup并勾选设置选项中的上下文菜单项。