From 9aae7c96d0df0b7dd0c39b4e2b0a813ff2f5aa37 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 21 Jan 2021 21:57:15 +0300 Subject: .gitconfig: push.default = current --- %HOME%/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index 5369d34..8967f2f 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -13,7 +13,7 @@ [push] # If no refspec is given, push to the branch with the same name. - default = upstream + default = current # Git submodules suck, but they suck less if you read # https://medium.com/@porteneuve/mastering-git-submodules-34c65e940407. -- cgit v1.2.3