git 的 alias 设置

git 内置了 alias 方法,可以提高git使用效率,例如

 

git config --global alias.br branch

  

git config --global alias.ss status

 

执行上面命令,就是把 git branch 缩写成 git br

 远程分之 拉取

git checkout --track  origin/feature/20180719_2558325_code-opt_1

posted on 2018-07-19 10:22  bbb324  阅读(246)  评论(0)    收藏  举报

导航