diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-05-21 06:34:37 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-05-21 06:34:37 -0300 |
commit | 6a41699d952cb4116603539420353b4225d8c1d0 (patch) | |
tree | 4032b559d694454d49104cdcb3bf2542eedd3973 /dot_config/git | |
download | dots-6a41699d952cb4116603539420353b4225d8c1d0.tar.gz |
Initial commit
Diffstat (limited to 'dot_config/git')
-rw-r--r-- | dot_config/git/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dot_config/git/config b/dot_config/git/config new file mode 100644 index 0000000..3397c8a --- /dev/null +++ b/dot_config/git/config @@ -0,0 +1,10 @@ +[user] + email = vitorg@tilde.team + name = Vitor Gonçalves + signingKey = 65DA8300A1A5E18AE6EB0DEBB90BF113DF56EB41 +[core] + sshCommand = ssh -i ~/.ssh/id_codeberg +[commit] + gpgsign = true +[pull] + rebase = false |