Skip to content

main/git: add git-prompt subpackage for git-prompt.sh

Adam requested to merge (removed):elagost-master-patch-08478 into master

Having the git branch in one's prompt is a nice feature; I use it frequently and assume I'm not alone in this. git-prompt.sh is the 'good' way of doing it instead of putting $(git branch --show-current 2>/dev/null) in my PS1, and has lots of other features too, not just branch name.

If Alpine isn't interested in this, feel free to close it.

Edited by Adam

Merge request reports