diff --git a/config/.gitconfig b/config/.gitconfig index 6de7b7a..1c2a4b9 100644 --- a/config/.gitconfig +++ b/config/.gitconfig @@ -8,8 +8,8 @@ # as well as a remote called "leto" (usually my fork of something) spread = !git push --tags origin HEAD && git push --tags leto HEAD - disregard = update-index --assume-unchanged "$0" - regard = update-index --no-assume-unchanged "$0" + disregard = update-index --assume-unchanged + regard = update-index --no-assume-unchanged a = add addp = add --patch