Sublime Forum

How to push a branch to a different remote branch

#1

Sometimes i want to update another remote branch to be the same as the current branch. I do this like git push remoteName branchName:otherBranchName in the terminal. However, it appears I can’t do this in SublimeMerge, as it forces me to push to the same branch on a remote. Is this a limitation of SublimeMerge or am I missing something?

0 Likes

#2

Don’t know if this will help you or not, but take a look at this post and answers:

0 Likes