about summary refs log tree commit diff stats
path: root/dot_config/git
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/git')
-rw-r--r--dot_config/git/config14
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