Skip to content

Commit

Permalink
.gitconfig: Remove global remote branch
Browse files Browse the repository at this point in the history
This causes duplicate remotes to be created, potentially leading Git to throw errors when `push`ing.

Closes #215.
  • Loading branch information
ProLoser authored and mathiasbynens committed Aug 8, 2013
1 parent 1323f99 commit 3803a98
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 3803a98

Please sign in to comment.