diff --git a/.gitconfig b/.gitconfig index 614f5bd..ba93638 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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