From 8e32554356d0fc8e7bf9f60b0f2a54496baa62e4 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 22 Apr 2014 17:21:27 -0700 Subject: [PATCH] Add git disregard/regard aliases --- config/.gitconfig | 3 +++ config/.gitignore_global | 1 + 2 files changed, 4 insertions(+) diff --git a/config/.gitconfig b/config/.gitconfig index 65206c9..6de7b7a 100644 --- a/config/.gitconfig +++ b/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"' diff --git a/config/.gitignore_global b/config/.gitignore_global index 5123924..4512dc0 100644 --- a/config/.gitignore_global +++ b/config/.gitignore_global @@ -1,3 +1,4 @@ *~ .DS_Store .*sw? +logs/