diff options
-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 |