有没有办法将git集成到windows cmd或powershell中?

时间:2012-03-29 21:40:20

标签: windows git powershell cmd

有没有办法将git集成到windows cmd或powershell中? - 所以感觉有点像Linux终端。怎么样?

5 个答案:

答案 0 :(得分:10)

下载并安装git,如link所示。在第六次幻灯片'调整您的PATH环境'中。检查选项'运行Git并从Windows命令提示符中包含UNix工具,就是这样!

答案 1 :(得分:8)

好的,自己拿到它......

new-item -path alias:git -value 'C:\Program Files (x86)\Git\bin\git.exe'

答案 2 :(得分:7)

这就是我使用的:

https://github.com/dahlbyk/posh-git

希望这有帮助。

内特

答案 3 :(得分:2)

你看过Posh Git吗? http://haacked.com/archive/2011/12/13/better-git-with-powershell.aspx http://haacked.com/tags/posh-git/default.aspx

答案 4 :(得分:2)

简单直接的方式

Step by Step guide

基本上

  1. 将Git二进制文件添加到系统路径