diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-12-04 03:04:27 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-12-04 03:04:27 -0300 |
commit | 959f43ea74e1c9a92a07697c5cd8e5cd1d4d1bac (patch) | |
tree | 493894f6684bdd5443e8afc9a2fad4bfcd244769 /dot_config/git | |
parent | 8ccd55d605476824ba8ebd8354d23b54e31623b0 (diff) | |
download | dots-959f43ea74e1c9a92a07697c5cd8e5cd1d4d1bac.tar.gz |
restarting from scratch
Diffstat (limited to 'dot_config/git')
-rw-r--r-- | dot_config/git/config | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dot_config/git/config b/dot_config/git/config deleted file mode 100644 index 8523d06..0000000 --- a/dot_config/git/config +++ /dev/null @@ -1,14 +0,0 @@ -[user] - email = vitorg@tilde.team - name = Vitor Gonçalves - signingKey = 65DA8300A1A5E18AE6EB0DEBB90BF113DF56EB41 -[init] - defaultBranch = master -[core] - sshCommand = ssh -i ~/.ssh/id_codeberg -[commit] - gpgsign = true -[push] - autoSetupRemote = true -[pull] - rebase = false |