aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorDean Sofer <deansofer@gmail.com>2013-06-13 14:46:52 -0600
committerMathias Bynens <mathias@qiwi.be>2013-08-08 10:47:56 +0200
commit3803a98eaf001e2b96cb6513264c73a845035093 (patch)
tree374ab70b70277e59bc31dedba5d7efbbe3d4d0b0 /.gitconfig
parent1323f99f7ae1e8414717f3b9c11967738cfe8c42 (diff)
downloaddotfiles-3803a98eaf001e2b96cb6513264c73a845035093.tar.gz
dotfiles-3803a98eaf001e2b96cb6513264c73a845035093.tar.bz2
dotfiles-3803a98eaf001e2b96cb6513264c73a845035093.zip
.gitconfig: Remove global remote branch
This causes duplicate remotes to be created, potentially leading Git to throw errors when `push`ing. Closes #215.
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig5
1 files changed, 0 insertions, 5 deletions
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:"