From c7809475f8b01b2d31fde44bf16233c36dde0f94 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 19 Feb 2012 23:11:35 +0100 Subject: .gitconfig: Add `d` alias --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3