bash-git-prompt
bash-git-prompt copied to clipboard
Status of multiple remotes
Wanted to see if you had put thought into giving the status of every (or maybe just multiple) remotes at once. Like:
✔ ~/bashGitPrompt.git [origin:master|✔] [upstream:master ↓•3] 17:24 $
I think, this would be maybe a too steep performance hit, as then the prompt has to poll every remote.
What if it were covered in the local .git-prompt file as an explicit list of remotes to show?
That sounds like a reasonable idea. I have a look into it
I'll work on this soon.
Cool, thanks
this would be maybe a too steep performance hit
I only ever have 2 remotes, and I really miss this from git-radar... Could someone point me to the code I should look at to at least attempt checking all remotes?