mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
gerrit push refs/for alias
This commit is contained in:
parent
88aa25e3a7
commit
dbfdbea22e
1 changed files with 4 additions and 0 deletions
|
|
@ -387,3 +387,7 @@ function git-change-author() {
|
||||||
export GIT_COMMITTER_EMAIL="${NEW_EMAIL}"
|
export GIT_COMMITTER_EMAIL="${NEW_EMAIL}"
|
||||||
fi'
|
fi'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Gerrit helper
|
||||||
|
# push current change to upstream gerrit for review on the master branch
|
||||||
|
alias gPuhrfm='git push upstream HEAD:refs/for/master'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue