From b7228577914a3783488192b67822589eec03c99e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 3 Jul 2017 08:25:55 +0100 Subject: [PATCH] Update gitconfig --- gitconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index 2585b40..83fe774 100644 --- a/gitconfig +++ b/gitconfig @@ -34,8 +34,9 @@ pgp = config commit.gpgsign pgp-on = config commit.gpgsign true pgp-off = config commit.gpgsign false -[branch] - autosetuprebase = always + tree = log --all --graph --decorate --oneline --simplify-by-decoration +[pull] + rebase = true [difftool "Kaleidoscope"] cmd = ksdiff-wrapper git \"$LOCAL\" \"$REMOTE\" [difftool]