Browse Source

Add git disregard/regard aliases

master
Duke Leto 10 years ago
parent
commit
8e32554356
  1. 3
      config/.gitconfig
  2. 1
      config/.gitignore_global

3
config/.gitconfig

@ -8,6 +8,9 @@
# 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"
a = add
addp = add --patch
axe = !sh -c 'git log -p -S"$0"'

1
config/.gitignore_global

@ -1,3 +1,4 @@
*~
.DS_Store
.*sw?
logs/

Loading…
Cancel
Save