SanderRonde / VSCode-Gerrit

Gerrit plugin for VSCode
https://marketplace.visualstudio.com/items?itemName=SanderRonde.vscode--gerrit
MIT License
29 stars 17 forks source link

Make "Push for review" branch configurable #40

Closed benjaminclauss closed 1 year ago

benjaminclauss commented 1 year ago

I always git push origin HEAD:refs/for/master irrespective of the branch I am on. However, the "Push for review" button/action will always push to my-branch.

SanderRonde commented 1 year ago

Ah yes, "push for review" essentially just runs "git review" in the terminal. I could change but it sounds like quite a bit of added complexity for something that (I think) not many people do and that doesn't have too big of an impact. Or is this a bigger issue?

github-actions[bot] commented 1 year ago

Issues go stale after too much time without activity. If inactive for another 7 days this issue will be closed.