From 11ebbaa911b72819b411ea30a00d1a6c635b9405 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 14 Jan 2016 19:02:17 +0000 Subject: [PATCH] Change push.default to current --- .gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index c9f2ec9..106325f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -131,7 +131,9 @@ enabled = true [push] - default = simple + # Push the current branch to update a branch with the same name on the + # receiving end. + default = current [url "https://github.com/"] insteadOf = gh: