We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15b3f71 + ab7fade commit d70bc3bCopy full SHA for d70bc3b
contrib/completion/git-prompt.sh
@@ -66,6 +66,10 @@
66
# git always compare HEAD to @{upstream}
67
# svn always compare HEAD to your SVN upstream
68
#
69
+# You can change the separator between the branch name and the above
70
+# state symbols by setting GIT_PS1_STATESEPARATOR. The default separator
71
+# is SP.
72
+#
73
# By default, __git_ps1 will compare HEAD to your SVN upstream if it can
74
# find one, or @{upstream} otherwise. Once you have set
75
# GIT_PS1_SHOWUPSTREAM, you can override it on a per-repository basis by
0 commit comments