Sublime Forum

Push/Pull non-working branches from remote

#1

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.

  1. Push non-working branch to origin, seen here in SourceTree:
    image
    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

  2. 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

0 Likes

#2

No. 2 is possible by just right clicking onto a remote branch and say “Merge … into …”. That’s actually the same workflow as would be for local branches.

If that branch is on another remote repo, you probably need to add it by calling “Add Remote…” from command palette.

0 Likes

#3

Good call, I missed that nuance for No2… Does it automatically fetch first?

0 Likes

#4

How should it merge, otherwise?

0 Likes

#5

No it does not fetch first, it just does a merge.

0 Likes