diff options
author | Marvin Borner | 2020-06-21 22:10:27 +0200 |
---|---|---|
committer | Marvin Borner | 2020-06-21 22:10:27 +0200 |
commit | 2fe146fac3247c21a20e6bfa9c5b93642130102f (patch) | |
tree | 02df8e382b75aaf5a3e859a6926a27b28b00d189 /.gitconfig | |
parent | 916a102d5e624bcea3f2a75adef8438405c17fda (diff) |
Added 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..d582072 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,8 @@ +[user] + email = develop@marvinborner.de + name = Marvin Borner + signingkey = D2825BEE80C6BBA7903132A4EE7C47A7F1E65C4B +[pull] + ff = only +[commit] + gpgsign = true |