You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose we have a "origin/branch" branch in the repository, and a local branch named "branch", tracking the remote branch
When double clicking on the "origin/branch" commit:
When local and remote branches are referencing the same commit, nothing happens
When local and remote branches are not referencing the same commit, when double clicking on the remote branch, SourceGit opens the "Create Local Branch". 99% of the time, what I want to do is to reset the local branch on the remote branch.
It would be nice to add this option : when double clicking on the remote branch, if one local branch tracks the remote branch, then open the "Reset branch to revision" and on select, checkout the local branch and reset to the remote branch.