git: add gerrit-new convenience alias
This commit is contained in:
parent
54cee76741
commit
46864c07aa
1 changed files with 2 additions and 2 deletions
|
@ -32,9 +32,9 @@ pullr = pull --rebase
|
||||||
|
|
||||||
sl = branchless smartlog
|
sl = branchless smartlog
|
||||||
sync = branchless sync
|
sync = branchless sync
|
||||||
bco = branchless checkout
|
sw = branchless switch
|
||||||
c = branchless checkout
|
|
||||||
|
|
||||||
|
gerrit-new = !git fetch origin main && git checkout --detach origin/main
|
||||||
gerrit-push = !git push origin HEAD:refs/for/main
|
gerrit-push = !git push origin HEAD:refs/for/main
|
||||||
gerrit-push-wip = !git push origin HEAD:refs/for/main%wip
|
gerrit-push-wip = !git push origin HEAD:refs/for/main%wip
|
||||||
gerrit-push-ready = !git push origin HEAD:refs/for/main%ready
|
gerrit-push-ready = !git push origin HEAD:refs/for/main%ready
|
||||||
|
|
Loading…
Reference in a new issue