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
This is especially helpful when you use rebases as your primary merging strategy. Then if you have one epic/story branch and you merge your features to it, frequently you might want to reset the local copy of your branch on the remote one, and the gitlens graph doesn't allow it.
To reproduce the case, create a branch on one computer, then push it. Then on some other computer, rebase and force push the same branch. Finally, on the first computer, fetch and try to reset your local branch on the remote. It just doesn't suggest resetting in the context menu at all. (You can see the photo)
I believe there should be a reset option on each commit to be able to reset to commit by just right-clicking on the item in the commit graph:
The text was updated successfully, but these errors were encountered: