diff options
Diffstat (limited to 'dot-config/git')
| -rw-r--r-- | dot-config/git/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dot-config/git/config b/dot-config/git/config new file mode 100644 index 0000000..8144302 --- /dev/null +++ b/dot-config/git/config @@ -0,0 +1,6 @@ +# vim: ft=gitconfig +[init] + defaultBranch = main +[user] + email = blake@blkrom.com + name = Blake Romero |
