summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 7be9524..d1660e8 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -52,7 +52,9 @@
52 ig = update-index --assume-unchanged 52 ig = update-index --assume-unchanged
53 os = !git out --stat 53 os = !git out --stat
54 of = !git out --format=full 54 of = !git out --format=full
55 wd = diff --word-diff=color
55 56
57 wdc = diff --cached --word-diff=color
56 uig = update-index --no-assume-unchanged 58 uig = update-index --no-assume-unchanged
57 arp = add -A -p 59 arp = add -A -p
58 sup = submodule update --remote --merge 60 sup = submodule update --remote --merge