From 0660535785030792c9acd49db158b38cadd2c4b5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 17 Jun 2015 15:38:24 -0700 Subject: [PATCH] whitespace in gitconfig --- dotfiles/gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index 29b66781..3e967b82 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -75,9 +75,12 @@ [include] path = ~/.gitconfig.custom + [rerere] enabled = false + [url "ssh://git@github.com/uber/"] insteadOf = https://github.com/uber/ + [branch] autosetuprebase = always