diff --git a/.gitconfig b/.gitconfig index ba93638..d5d82e1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -32,9 +32,9 @@ pullr = pull --rebase sl = branchless smartlog sync = branchless sync -bco = branchless checkout -c = branchless checkout +sw = branchless switch +gerrit-new = !git fetch origin main && git checkout --detach origin/main 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