gerrit push refs/for alias

This commit is contained in:
Gaetan Semet 2017-12-01 00:02:15 +01:00
commit dbfdbea22e

View file

@ -387,3 +387,7 @@ function git-change-author() {
export GIT_COMMITTER_EMAIL="${NEW_EMAIL}"
fi'
}
# Gerrit helper
# push current change to upstream gerrit for review on the master branch
alias gPuhrfm='git push upstream HEAD:refs/for/master'