安装教程

Git命令自动补全(mac)

2016-06-23  本文已影响995人  我爱WSP

请参照以下步骤##

$brew info bash-completion 

Add the following lines to your ~/.bash_profile:

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

以上为安装bash-completion部分###

$ cp git-completion.bash ~/.git-completion.bash
source ~/.git-completion.bash

重启终端就可以了##

$ git remote [tab]
add            remove         set-branches   set-url        update         
prune          rename         set-head       show 
上一篇下一篇

猜你喜欢

热点阅读