Browse Source

Make regard/disregard aliases work correctly

master
Duke Leto 10 years ago
parent
commit
45bcdc5ffb
  1. 4
      config/.gitconfig

4
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

Loading…
Cancel
Save