How would I go about installing bash-git-prompt in Git For Windows bash shell?
Docs at https://github.com/magicmonty/bash-git-prompt make mention of ~/.bashrc which I don't have. I've found bash.bashrc in /etc and bash_profile.sh in /etc/profile.d which I suspect might be relevant.
Git bash already has its own git-prompt.sh which it uses to somehow provide its own git prompt, I suspect I have to somehow disable or replace this git prompt implementation with the one from https://github.com/magicmonty/bash-git-prompt, but I have no idea how.
Does anyone know how to do this?