diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-13 21:45:43 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-13 21:45:43 +0200 |
| commit | 0c913f1e421b9d47c052350c4c1d619e4ac6a297 (patch) | |
| tree | c9124ff04b9252836221c41d2ca2fa133d166251 /artix/home/.config/git/config | |
Initial commit
Diffstat (limited to 'artix/home/.config/git/config')
| -rw-r--r-- | artix/home/.config/git/config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/artix/home/.config/git/config b/artix/home/.config/git/config new file mode 100644 index 0000000..8efedc4 --- /dev/null +++ b/artix/home/.config/git/config @@ -0,0 +1,11 @@ +[user] + email = nantha@mielota.com + name = Nantha Sorubakanthan + #signingkey = E6E0870909E743B5E4101068E614BDE9E305D5D7 +[init] + defaultBranch = main +[core] + editor = nvim + autocrlf = input +[color] + ui = true |
