Hi, so I have been using GitKraken for years with a specific setup.
I have a local branch called production on my machine which is linked to a remote git remote. And when I am ready to publicize something I will fast-forward my production branch to master.
However Sublime Merge doesn’t respect my settings and instead creates a branch called “production” (my local branch) on the remote called “production”.
In Sublime Merge I set my upstream by right clicking on my local “production” branch. Click set upstream and set it to the following:
refs/remotes/production/master
Sublime Merge says this is ok!
Branch ‘production’ set up to track remote branch ‘master’ from ‘production’.
I press push.
git push production production
I realize that I can press the arrow next to the push button to set options… but it doesn’t let me change production/production to production/master.
If it wasn’t for this issue I could actually switch to Sublime, but as is, it breaks my workflow entirely.