|
|
|
|
|
by iamthebest
3989 days ago
|
|
My experience with Magit: I played around with it, and didn't see any advantage over using git commands. Then I tried pushing a change. I was expecting some confirmation on what refspec to use... but no! Magit pushed my change directly to refs/heads instead of refs/for, completely bypassing gerrit code review. I got burned. That was it; I'm never using Magit again. |
|
As with many emacs commands you use C-u if you want to specify the refspec to push to.