From 0cfa0541fbb655c71994d87e850159a2c43b7ee7 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Tue, 10 Oct 2017 17:14:16 +0200 Subject: [PATCH] - Added alias for tree view --- gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 2a6f8be..bcab518 100644 --- a/gitconfig +++ b/gitconfig @@ -7,7 +7,8 @@ autocrlf = input [alias] - tree = log --graph --decorate --pretty=raw --abbrev-commit + tree = log --pretty=oneline --graph --decorate --all + treefull = 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 diffpull = diff HEAD@{1}