diff options
Diffstat (limited to 'files/gitconfig')
| -rw-r--r-- | files/gitconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/files/gitconfig b/files/gitconfig new file mode 100644 index 0000000..3e31de7 --- /dev/null +++ b/files/gitconfig @@ -0,0 +1,16 @@ +[user] + email = andrew@akon.city + name = Andrew Opalach + signingKey = 99659CB58598BDDB + +[init] + defaultBranch = master + +[format] + signOff = true + +[commit] + gpgSign = true + +[tag] + gpgSign = true |