1、自动完成
git-completion.bash
添加到用户家目录隐藏,在bashrc添加 source ~/.git-completion.bash
2、定义别名
$ git config --global alias.co checkout
$ git config --global alias.br branch
$ git config --global alias.ci commit
$ git config --global alias.st status
T
来源:https://www.cnblogs.com/justart/p/11519844.html