【git】在cygwin中git 不能补全git 的命令

首先获得源码
git clone git://git.kernel.org/pub/scm/git/git.git
从源码中拷贝git-completion.bash到用户主目录下. git-completion.bash
cp git/contrib/completion/git-completion.bash ~/.git-completion.bash
在 .bashrc 中加入
source ~/.git-completion.bash
在shell下执行
. ~/.bashrc


参考
http://blog.sina.com.cn/s/blog_601f224a01011zt0.html

你可能感兴趣的:(git)