git: added automatically set upstream to config

This commit is contained in:
Vitor Gonçalves 2023-08-13 14:00:39 -03:00
parent 208fa8bc6d
commit 1728168f50
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 2 additions and 0 deletions

View File

@ -8,5 +8,7 @@
sshCommand = ssh -i ~/.ssh/id_codeberg
[commit]
gpgsign = true
[push]
autoSetupRemote = true
[pull]
rebase = false