sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
271 stars 14 forks source link

Add right click menu item "Show BranchName and upstream branches" #1766

Open iwansmith opened 1 year ago

iwansmith commented 1 year ago

Problem description

I work in a git repo with hundreds of branches, when I show and hide local branches, I also like to show and hide the corresponding upstream branch. Currently showing/hiding a local and upstream branch requires me to show the local branch, then find the upstream branch and show that one as well

Preferred solution

Add a right click menu item that will show/hide the local branch as well as the upstream branch

Alternatives

The little eye icon next to branches could be extended to have this functionality, or make it something configurable where showing a local branch automatically shows the upstream branch. This shouldn't happen in reverse as I frequently have many local branches mapped to a single upstream