Is there a way to push for gerrit review via Git-Extension ?
instead of using this command in gitbash
git push origin HEAD:refs/for/newFeature
Is there a way to push for gerrit review via Git-Extension ?
instead of using this command in gitbash
git push origin HEAD:refs/for/newFeature
In push dialog add refs/for/ before the destination branch and it works.
It is not really the final solution but a workaround to use git extensions in gerrit.