Sublime Forum

Navigate to current commit

#1

In build 2102 there are this options to navigate:
-Navigate to a branch
-Navigate to a tag
-Navigate to a commit

I want to know if there is a way to navigate to the current branch/commit. Sometimes I am investigating an old commit and when I restart Sublime Merge it goes to the most recent commit, which is the ideal behavior, but I want a command to go to the checked out commit, so I can continue what I was doing

0 Likes

#2

Navigate > Go to HEAD takes you to the currently checked out commit. Navigate > Go to Commit Changes takes you to the current changes.

1 Like