-
Git
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
git includes git-prompt.sh which gives a pretty basic git prompt. Search for git-prompt* wherever git is installed on your machine. For me, it's /usr/local/Cellar/git/*/etc/bash_completion.d/git-prompt.sh on macOS and /etc/bash_completion.d/git-prompt on Linux
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
powerline
Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
powerline includes prompts for bash and zsh that include git info. (despite selling itself as a vim statusline, I believe you can use its shell prompts without using it with vim.)
-
powerline-shell I think this is a shell-only fork of powerline?
-
I'm personally using powerlevel10k
-
-
If you're on Windows, I've used posh-git in the past.