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}