diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-05 07:07:48 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-05 07:07:48 +0200 |
commit | 212c0487b60c72da366d2666c40c9894cec20596 (patch) | |
tree | 136d7e858c7a1cda23033ec56205ef12dbf7a0a9 /dotfiles/gitconfig | |
parent | e0c0d4b38cde20e2300e86b69414dd9851b47456 (diff) | |
download | dotfiles_dotdrop-212c0487b60c72da366d2666c40c9894cec20596.tar.xz dotfiles_dotdrop-212c0487b60c72da366d2666c40c9894cec20596.zip |
Add git config
Diffstat (limited to 'dotfiles/gitconfig')
-rw-r--r-- | dotfiles/gitconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig new file mode 100644 index 0000000..5a2a1c0 --- /dev/null +++ b/dotfiles/gitconfig @@ -0,0 +1,10 @@ +[user] + email = neodarz@neodarz.net + name = neodarz + signingkey = B0811718191581D5 +[color] + ui = auto +[commit] + gpgsign = true +[gpg] + program = gpg |