From 8e8dc444988b22362adb6e12b3ddeb90386562b3 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Thu, 29 Jun 2017 23:29:12 +0200 Subject: [PATCH] - Added aliases --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index b7bfbca..7f48c7d 100644 --- a/gitconfig +++ b/gitconfig @@ -8,3 +8,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