diff options
Diffstat (limited to 'dot-config/git/config')
| -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..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" |
