aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-02-19 23:11:35 +0100
committerMathias Bynens <mathias@qiwi.be>2012-02-19 23:11:35 +0100
commitc7809475f8b01b2d31fde44bf16233c36dde0f94 (patch)
treeb8906843acff69923db26b5514c77e1f51381486 /.gitconfig
parent3ba08cb6e2b7a7b4b3ef74b23de41132c3a0c850 (diff)
downloaddotfiles-c7809475f8b01b2d31fde44bf16233c36dde0f94.tar.gz
dotfiles-c7809475f8b01b2d31fde44bf16233c36dde0f94.tar.bz2
dotfiles-c7809475f8b01b2d31fde44bf16233c36dde0f94.zip
.gitconfig: Add `d` alias
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index b8273c2..33bfb98 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -3,6 +3,8 @@
l = log --pretty=oneline -n 20 --graph
# View the current working tree status using the short format
s = status -s
+ # Diff
+ d = diff --patch-with-stat
# Pull in remote changes for the current repository and all its submodules
p = !"git pull; git submodule foreach git pull origin master"
# Clone a repository including all submodules