Sublime Forum

Feature Request: Show when a tracked branch is deleted (gone) from the remote

#1

When a tracked branch is removed from the remote there’s currently no way to quickly see that it was deleted. The graph will show if it’s been merged but other than that some external tool is needed.

Some type of indicator next to the branch in the sidebar would be nice so it’s easy to see which tracked branches have been deleted.

git branch -v will mark it as [gone]:

* develop     c5ce1fb5c Merge pull request #1099 from ...
  feature/abc c5ce1fb5c [gone] Merge pull request #1099 from ...
  feature/xyz c5ce1fb5c Merge pull request #1099 from ...

Fork will show a little triangle next to the branch in the sidebar. Hovering over the branch will show that it’s removed:
50

0 Likes

#2
0 Likes