From 3e2f4e4a9fa4c7b6d350d8069a1710a45f87063e Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 10 Mar 2015 12:02:18 +0000 Subject: [PATCH] gitconfig: add `git tree` alias Signed-off-by: Alejandro Mery --- files/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/.gitconfig b/files/.gitconfig index 70a132b..7cc366f 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -14,6 +14,8 @@ st = status cp = cherry-pick ls = ls-files + tree = log --graph --decorate --pretty=oneline --abbrev-commit + [push] default = tracking [diff]