用mac and git 的小夥伴們又沒有發現,mac自帶的git的自動提示補全是否沒有呢,若是要切一個分支名很長怎麼辦?,小編來告訴你!git
1.若是沒有安裝HomeBrew的請看下面,安裝了略過github
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
安裝過程當中要輸入一次密碼ruby
2.安裝bash-completionbash
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.0curl
4.若是以上步驟都完成仍是不行,請參考 git-completion 文件測試