diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-01 22:10:03 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-01 22:10:03 +0530 |
commit | f0f2c5670f68da35f91d832000b57bf22038e814 (patch) | |
tree | b34c739886bc685a741abf712817b50c0bceaec1 | |
parent | a92b011530cbfa250700d403b4c706ad0240cd07 (diff) |
git config
-rw-r--r-- | .config/git/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..c57d6cf --- /dev/null +++ b/.config/git/config @@ -0,0 +1,10 @@ +[user] + email = justsaumit@protonmail.com + name = Saumit Dinesan + signingkey = 6558C915A20CDD93 +[commit] + gpgsign = true +[tag] + gpgSign = true +[init] + defaultBranch = main |