diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-08-13 14:00:39 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-08-13 14:00:39 -0300 |
commit | 1728168f500d18a5ca81b85351ead5e08b4bbbea (patch) | |
tree | 87156aeff9a59ecf1af96d26d80c4b5ccba9c10d /dot_config/git/config | |
parent | 208fa8bc6d71d3b39cd7ec2961dffce3bd3583cd (diff) | |
download | dots-1728168f500d18a5ca81b85351ead5e08b4bbbea.tar.gz |
git: added automatically set upstream to config
Diffstat (limited to 'dot_config/git/config')
-rw-r--r-- | dot_config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_config/git/config b/dot_config/git/config index 6e15b1d..8523d06 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -8,5 +8,7 @@ sshCommand = ssh -i ~/.ssh/id_codeberg [commit] gpgsign = true +[push] + autoSetupRemote = true [pull] rebase = false |