git: gerrit alias
This commit is contained in:
parent
83cd3cc230
commit
1afbf70305
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ gerrit-push = !git push origin HEAD:refs/for/main
|
|||
gerrit-push-wip = !git push origin HEAD:refs/for/main%wip
|
||||
gerrit-push-ready = !git push origin HEAD:refs/for/main%ready
|
||||
gerrit-replace = !git commit --amend -a && git push origin HEAD:refs/for/main
|
||||
gerrit-config = !git fetch origin refs/meta/config:refs/remotes/origin/meta/config && git checkout origin/meta/config
|
||||
gerrit-config = !git fetch origin refs/meta/config:refs/remotes/origin/meta/config && git checkout FETCH_HEAD
|
||||
gerrit-config-push = !git push origin HEAD:refs/meta/config
|
||||
gp = gerrit-push
|
||||
gpw = gerrit-push-wip
|
||||
|
|
Loading…
Reference in a new issue