安装GIT后在bashrc下面增加以下三行:
export PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '
export GIT_PS1_SHOWDIRTYSTATE=true
export GIT_PS1_SHOWUNTRACKEDFILES=true
将在操作GIT库时显示版本库, 并且自动匹配GIT命令
转载于:https://www.cnblogs.com/showblog/archive/2012/03/31/2426401.html
2024-04-10 10:53:06
安装GIT后在bashrc下面增加以下三行:
export PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '
export GIT_PS1_SHOWDIRTYSTATE=true
export GIT_PS1_SHOWUNTRACKEDFILES=true
将在操作GIT库时显示版本库, 并且自动匹配GIT命令
转载于:https://www.cnblogs.com/showblog/archive/2012/03/31/2426401.html