aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.gitconfig
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-01-21 21:57:15 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-01-21 21:57:15 +0300
commit9aae7c96d0df0b7dd0c39b4e2b0a813ff2f5aa37 (patch)
tree8836baf722bea4b533110130cd4337773b19b3e7 /%HOME%/.gitconfig
parent.bashrc: fix tmux if there's no nnn (diff)
downloadlinux-home-9aae7c96d0df0b7dd0c39b4e2b0a813ff2f5aa37.tar.gz
linux-home-9aae7c96d0df0b7dd0c39b4e2b0a813ff2f5aa37.zip
.gitconfig: push.default = current
Diffstat (limited to '%HOME%/.gitconfig')
-rw-r--r--%HOME%/.gitconfig2
1 files changed, 1 insertions, 1 deletions
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.