Forgive the noob questions, but–is there a way to quickly view the diff between the current branch & another in sublime merge? So–same info you get from:
git diff main..other_branch
except pretty in the sublime merge GUI.
What I’d really like is to see those diffs w/the ability to cherry-pick individual hunks of the diff for staging into a new commit on the currently-checked-out branch, same as if the other branch represented the current state of my working dir.
Hopefully that’s intelligible…