G’day @AndreKR,
Thanks for reaching out to us!
To answer your questions:
Navigating to Branches
To navigate to a branch in the commit graph, either single-click the branch in the Locations
bar on the left side, or use the navigate to branch command in the command palette (Ctrl + P
/ Cmd + P
for Mac).
If you’d like to checkout a branch, you can double-click it in the Locations
bar, or use the checkout branch command in the command palette.
Configuring the Pull Button
It’s currently not possible to change the behavior of the pull button, though there’s an open request on the issue tracker though here: https://github.com/sublimehq/sublime_merge/issues/140.
It’s worth noting that the button uses git pull --ff-only
as this will never result in conflicts, and instead just do a fetch if the merge would result in a conflict.
Configuring the Commit Graph
It’s currently not possible to have a horizontal commit graph. That being said, you can configure the column layout in the preferences under the Layout
section to adjust for different screen sizes.
Showing the Whole File by Default
Do you mean that the entire diff is collapsed, or only showing the changed sections? Currently this is not possible to show the full file context by default, though I’ll look into adding this and will keep you posted.
Thanks for sharing this feedback with the Sublime Merge team!
Cheers,
- Dylan from Sublime HQ