add git config
This commit is contained in:
parent
2e5a5213ae
commit
a2ab6d7e04
1 changed files with 10 additions and 0 deletions
10
.gitconfig
Executable file
10
.gitconfig
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
# This is Git's per-user configuration file.
|
||||||
|
[user]
|
||||||
|
# Please adapt and uncomment the following lines:
|
||||||
|
name = Franziska Kunsmann
|
||||||
|
email = hi@kunsmann.eu
|
||||||
|
signingkey = 5FE37FF3C981A9146C3805324205EF53ECE0D2BC
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
[alias]
|
||||||
|
logs = log --show-signature
|
Loading…
Reference in a new issue