Git别名-Bash配置文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git别名-Bash配置文件相关的知识,希望对你有一定的参考价值。

  1. # ~/.bash_profile
  2. # Eric Boehs's git aliases
  3.  
  4. alias gb='git branch'
  5. alias gba='git branch -a'
  6. alias gc='git commit -v'
  7. alias gd='git diff | mate'
  8. alias gl='git pull'
  9. alias gp='git push'
  10. alias gst='git status'

以上是关于Git别名-Bash配置文件的主要内容,如果未能解决你的问题,请参考以下文章

.gitconfig文件位置及git配置别名

git alias 配置

text 编辑bash shell的配置文件以启用颜色,别名和新命令行提示等附加功能!

git别名可以像bash别名一样扩展吗?

bash配置文件

如何创建 Bash 别名?