mac git 自动补全
用mac and git 的小伙伴们又没有发现,mac自带的git的自动提示补全是否没有呢,如果要切一个分支名很长怎么办?,小编来告诉你!
1.如果没有安装HomeBrew的请看下面,安装了略过
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
安装过程中要输入一次密码
2.安装bash-completion
brew install bash-completion #安装成功后 brew info bash-completion #回提示Add the following line to your ~/.bash_profile: #[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion #将这句话cp到.bash_profile 里面同时 在文件头加上source ~/.git-completion.bash source ~/.bash_profile
3.如果tab键测试提示undefined的什么的,请检查git版本,我的当前版本为2.18.0
4.如果以上步骤都完成还是不行,请参考 git-completion 文件
相关推荐
guying 2020-08-16
formula 2020-11-12
huhongfei 2020-11-05
乾坤一碼農 2020-10-27
liumengyanysu 2020-10-22
E哥的aws认证攻略 2020-10-15
tianyafengxin 2020-10-08
guying 2020-10-05
好脑筋不如烂笔头 2020-09-17
nebulali 2020-09-11
佛系程序员J 2020-09-15
fenggit 2020-09-15
JustHaveTry 2020-09-11
兄dei努力赚钱吧 2020-09-06
IngeniousIT 2020-08-25
liumengyanysu 2020-08-17