add gitconfig
This commit is contained in:
parent
358ed079bc
commit
2bf481fb6c
|
@ -1 +1 @@
|
|||
Subproject commit 62cb8ccabe303074a6916fafd2f566e6eff489e3
|
||||
Subproject commit 78b379b80a64d860abbb69e161789fcc21cd54c9
|
|
@ -0,0 +1,8 @@
|
|||
[user]
|
||||
email = software@cscherr.de
|
||||
name = PlexSheep
|
||||
signingkey = software@cscherr.de
|
||||
[credential]
|
||||
helper = store --file ~/.git-credentials
|
||||
[commit]
|
||||
gpgsign = false
|
|
@ -12,3 +12,4 @@
|
|||
!.zsh
|
||||
!.zsh/**
|
||||
!.tmux.conf
|
||||
!.gitconfig
|
||||
|
|
Loading…
Reference in New Issue