-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1.9.8
-
None
-
Severity 3 - Minor
Consider following setup:
- the repo on GitHub has 2 branches
- I clone the repo and now can see these 2 branches ("one" and "two") under "REMOTES > origin" in sidebar of SourceTree
- then on GitHub somebody removed branch "one" and adds branch "three"
- after doing fetch from "origin" remote the branch list is: "one", "two", "three" and not "two", "three"
This is because branches that are removed on remotes (if that removal was done outside of SourceTree) are not removed in SourceTree as well.
To fix this currently I need to do:
- rename "origin" to "origin2"
- rename "origin2" to "origin"