aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
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:"