diff options
-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 |