Gitコマンドをtab補完
ファイルを見るける
$ sudo find / -name git-completion.bash => /Library/Developer/CommandLineTools/usr/share/git-core/git-completion.bash bashrcにパスを追記する
$ vi ~/.bashrc ----------------- ... source /Library/Developer/CommandLineTools/usr/share/git-core/git-completion.bash This post is licensed under CC BY 4.0 by the author.