From 44906493a3bcd7fbda5c3e1d58c1faac8b1b2bb0 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Sat, 2 Sep 2017 15:43:27 +0200 Subject: [PATCH] - Added diffpull alias --- gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 7f48c7d..3a04b1a 100644 --- a/gitconfig +++ b/gitconfig @@ -9,4 +9,5 @@ [alias] tree = log --graph --decorate --pretty=raw --abbrev-commit ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate - ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat \ No newline at end of file + ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat + diffpull = diff HEAD@{1}