summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2016-01-19 16:32:55 -0800
committerMike Crute <mike@crute.us>2016-01-19 16:32:55 -0800
commitbb4bf6b122c8edea4bd86ab9f72dee44b3331be1 (patch)
treeda53d625dba42d63d2b4b0180897cafe0fdbce00 /.gitconfig
parent851a502622818322d7fdc979023d6e60c5ee805e (diff)
downloaddotfiles-bb4bf6b122c8edea4bd86ab9f72dee44b3331be1.tar.bz2
dotfiles-bb4bf6b122c8edea4bd86ab9f72dee44b3331be1.tar.xz
dotfiles-bb4bf6b122c8edea4bd86ab9f72dee44b3331be1.zip
Sync from work
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 168e5ad..ae435be 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -50,6 +50,7 @@
50 br = branch -a 50 br = branch -a
51 ig = update-index --assume-unchanged 51 ig = update-index --assume-unchanged
52 os = !git out --stat 52 os = !git out --stat
53 of = !git out --format=full
53 54
54 uig = update-index --no-assume-unchanged 55 uig = update-index --no-assume-unchanged
55 arp = add -A -p 56 arp = add -A -p