From 3803a98eaf001e2b96cb6513264c73a845035093 Mon Sep 17 00:00:00 2001 From: Dean Sofer Date: Thu, 13 Jun 2013 14:46:52 -0600 Subject: .gitconfig: Remove global remote branch This causes duplicate remotes to be created, potentially leading Git to throw errors when `push`ing. Closes #215. --- .gitconfig | 5 ----- 1 file changed, 5 deletions(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 29f4941..eb2082f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -55,11 +55,6 @@ # Include summaries of merged commits in newly created merge commit messages log = true -# Use `origin` as the default remote on the `master` branch in all cases -[branch "master"] - remote = origin - merge = refs/heads/master - # URL shorthands [url "git@github.com:"] insteadOf = "gh:" -- cgit v1.2.3