如何在Windows上通过SourceTree使用git命令行

时间:2014-08-26 10:30:09

标签: git atlassian-sourcetree

我目前在Windows 7上使用SourceTree。如果我遇到git存储库的任何问题,联机解决方案始终依赖于命令行。无论如何在SourceTree中输入这些命令?

3 个答案:

答案 0 :(得分:15)

Actions菜单中选择Open In terminal。您将看到一个糟糕的shell,您可以在其中使用git命令

答案 1 :(得分:14)

Another way to open that poor shell is just by clicking on Terminal icon in the main window
enter image description here

答案 2 :(得分:2)

您也可以使用来自终端的Sourcetree嵌入式git。将其添加到您的powershell配置文件中:

Add-PathVariable "${env:UserProfile}\AppData\Local\Atlassian\SourceTree\git_local\bin"