summaryrefslogtreecommitdiff
path: root/dot-config/git/config
diff options
context:
space:
mode:
Diffstat (limited to 'dot-config/git/config')
-rw-r--r--dot-config/git/config10
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..8387076
--- /dev/null
+++ b/dot-config/git/config
@@ -0,0 +1,10 @@
+
+[core]
+ editor = "vim"
+
+[init]
+ defaultBranch = "main"
+
+[user]
+ email = "yo@joseloeza.dev"
+ name = "José Loeza"