#git
__git_ps1 的 ‘$’ 是 stash 指示符 — 当仓库有 git stash 条目时显示,`unset GIT_PS1_SHOWSTASHSTATE` 就不会再显示


‘*’ 表示 dirty
‘+’ 表示staged
‘%’ 表示untracked
 
 
Back to Top