bash-git-prompt icon indicating copy to clipboard operation
bash-git-prompt copied to clipboard

Status of multiple remotes

Open darlingm opened this issue 9 years ago • 6 comments

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 $

darlingm avatar May 11 '15 21:05 darlingm

I think, this would be maybe a too steep performance hit, as then the prompt has to poll every remote.

magicmonty avatar May 11 '15 22:05 magicmonty

What if it were covered in the local .git-prompt file as an explicit list of remotes to show?

deinspanjer avatar Sep 03 '15 17:09 deinspanjer

That sounds like a reasonable idea. I have a look into it

magicmonty avatar Sep 03 '15 18:09 magicmonty

I'll work on this soon.

seanballais avatar Nov 09 '15 02:11 seanballais

Cool, thanks

magicmonty avatar Nov 09 '15 15:11 magicmonty

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?

ben-alkov avatar Jul 11 '22 22:07 ben-alkov