summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2018-04-11 01:48:39 +0000
committerMike Crute <mike@crute.us>2018-04-11 01:48:39 +0000
commit78d285ece4dc6b3a200e009f47df79d451fbfb03 (patch)
tree26bbc0ce638a3743ad6ae9f63f4d6c2329e47706 /.gitconfig
parenta0d68db100e72de89debe291d836fa6beeaeb074 (diff)
downloaddotfiles-78d285ece4dc6b3a200e009f47df79d451fbfb03.tar.bz2
dotfiles-78d285ece4dc6b3a200e009f47df79d451fbfb03.tar.xz
dotfiles-78d285ece4dc6b3a200e009f47df79d451fbfb03.zip
Shortcuts for word diffs
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