diff options
author | Thanos Apollo <[email protected]> | 2023-03-26 17:51:12 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-26 17:51:12 +0300 |
commit | efa51a768714b01efc862c28180d5d639c04692c (patch) | |
tree | 332a4655784bafa1e99845b769d2ef9cc925ecbb /.gitconfig | |
parent | 36c18b40fb67143ff3c90a1fd54436a8eaa943fc (diff) |
Add gitconfig
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..cf20d7b --- /dev/null +++ b/.gitconfig @@ -0,0 +1,8 @@ +[user] + email = [email protected] + name = Thanos Apollo + signingkey = 5F6B32E27F433AA9E42A530A0A50703D1CE7AE29 +[commit] + gpgsign = true +[format] + subjectPrefix = Patch git-send-email.io
\ No newline at end of file |