From acd9e7e701db641ef619884dd9b80c9e5472230d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 14 Jan 2016 18:28:19 +0000 Subject: [PATCH] Always pull --rebase --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index db72e88..fe82da7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -141,3 +141,6 @@ [url "https://bitbucket.org/"] insteadOf = bb: + +[pull] + rebase = true