I bought Sublime Text + Sublime Merge the other day and am enjoying Sublime Merge
I love that Sublime Merge is so snappy, but as a long time SourceTree user, there are two workflow items I’d love to see added to the GUI.
-
Push non-working branch to origin, seen here in SourceTree:
e.g. you create a branch on a specific commit and then want to push it to the origin for someone else to see, or as a merge target -
Pull remote branch into your working branch,
(In SourceTree: right click remote branch, and it says "Pull origin/XXX into ")
e.g.git fetch followed by git merge
Maybe there’s easy way to do this now that I’m missing? Thanks