close
在使用git下命令時,按下TAB想要自動完成某些指令
例如輸入 git comm後 在按下tab就能夠自動變成 git commit 這類的方式
那麼怎麼做呢?以下是我GOOGLE後的方法,使用Bash-completion
首先要安裝
複製以下指令安裝:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2.在安裝 Bash-completion
輸入指令 brew install bash-completion
安裝好後在~/.bash_profile添加以下初始化命令
開啟 .bash_profile檔案再添加以下
之後再將終端機關閉重開後
按下TAB之後就能完成拉
各位試試看吧
文章標籤
全站熱搜
留言列表