You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,14 +63,18 @@ The symbols (or "markers") can be changed by editing the `prompt.sh` file direct
63
63
64
64
## See Also
65
65
66
-
- The [original git-aware-prompt](https://github.com/jimeh/git-aware-prompt) by jimeh
66
+
- The [original git-aware-prompt](https://github.com/jimeh/git-aware-prompt) by jimeh, from which this version is forked
67
67
68
68
- The [prompt now distributed with git](https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh) offers a `GIT_PS1_SHOWUPSTREAM` option.
69
69
70
70
-[Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) also has its own [git-prompt](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/gitfast/git-prompt.sh). (It has 500 lines compared to our 200.)
71
71
72
72
- Inspiration for this fork came from [git-branch-status](https://gist.github.com/jehiah/1288596) by jehiah
73
73
74
+
-[pure](https://github.com/sindresorhus/pure) prompt by sindresorhus includes good git support (for zsh only)
75
+
76
+
-[liquidprompt](https://github.com/nojhan/liquidprompt) includes some git support (for bash and zsh)
0 commit comments