I am configuring Gerrit and I would like to avoid writing:
Gerrit
git push gerrit HEAD:refs/for/master
I would like to write:
Why don't create bash alias?
alias review="git push gerrit HEAD:refs/for/master"
Now you can just type:
review
If you want to work on more than one gerrit branch, check my bash helpers for that: https://github.com/tomwys/gerrit-bash-commands