码迷,mamicode.com
首页 > 系统相关 > 详细

mac代码自动补全git上

时间:2018-12-15 21:09:47      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:install   target   hub   目录   ash   sub   -o   命令   get   

# 1. 安装bash-completion

$ brew install bash-completion

卸载使用$brew uninstall bash-completion

$ brew tap homebrew/completions

 

 

# 2. 在用户目录.bash_profile添加如下脚本

if [ -f $(brew –prefix)/etc/bash_completion ]; then

. $(brew –prefix)/etc/bash_completion

fi

# 3. 增加Git命令补全

```

cd/usr/local/opt/bash?completion/etc/bashcompletion.dcd/usr/local/opt/bash?completion/etc/bashcompletion.d curl -L -O https://raw.github.com/git/git/master/contrib/completion/git-completion.bash 
brewunlinkbash?completionbrewunlinkbash?completion brew link bash-completion

```

# 4. 以上步骤做完,即可实现git命令参数补全功能

$ git chec # 按tab键补全参数

$ git checkout dev #假如有分支名为dev-master,tab键之后会自动补全分支名

mac代码自动补全git上

标签:install   target   hub   目录   ash   sub   -o   命令   get   

原文地址:https://www.cnblogs.com/gaochaoweino/p/10110080.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!