FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.44k stars 637 forks source link

Selectively hide remotes and/or branches #778

Open dregad opened 8 years ago

dregad commented 8 years ago

In my local repository, I often have multiple remotes (e.g. Github forks of other developers), which I use when reviewing / merging code, and of course each of them has many branches.

This can make ungit's display quite messy at times... spaghetti

Since I don't necessarily need to see every remote/branch at all times, it would be nice if ungit allowed me to select which remote(s) to display, and even better, to pick individual branches within these remotes, similar to what SmartGit does:

smartgit

jung-kim commented 8 years ago

your repo will haunt me in my dreams.

emahl commented 7 years ago

+1

martinmcclure commented 4 years ago

See also the related 1334

dregad commented 4 years ago

Wow, I had forgotten about this, as I stopped using Ungit a couple years back...

Actually, I think #1334 should be closed as a duplicate.