Sublime Forum

Git config 'push.default' should be respected

#1

When I set the upstream of local branch (A for example) to a remote branch with different name (origin/B for example), the push button will push A to origin/A, even if I set push.default to upstream in git config.

The push button should push A to origin/B, just as git push does.

0 Likes

#2

Hi @taroxd,

Sorry to hear you’re having issues pushing to the correct repository.

Which version of Sublime Merge are you running?
I believe this issue has been fixed in the latest dev build.

Kind regards,
- Dylan

0 Likes

#3

I am using the stable builds. Thanks for responding!

0 Likes