Sublime Forum

How to "git push origin HEAD:refs/for/master " for Gerrit repo in Sublime Merge

#1

Hi,

Unlike common git service, Gerrit requires “git push origin HEAD:refs/for/master” for Push for Code Review.
But I can’t find a way to change the push destination in Sublime Merge GUI.

I also try to edit the git config file:

[remote "origin"]
    push = master:refs/for/master

However, Sublime Merge does not respect to this configuration, if I didn’t get it wrong.

0 Likes