diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-21 21:57:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-21 21:57:15 +0300 |
commit | 9aae7c96d0df0b7dd0c39b4e2b0a813ff2f5aa37 (patch) | |
tree | 8836baf722bea4b533110130cd4337773b19b3e7 /%HOME% | |
parent | .bashrc: fix tmux if there's no nnn (diff) | |
download | linux-home-9aae7c96d0df0b7dd0c39b4e2b0a813ff2f5aa37.tar.gz linux-home-9aae7c96d0df0b7dd0c39b4e2b0a813ff2f5aa37.zip |
.gitconfig: push.default = current
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.gitconfig | 2 |
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. |