add gitconfig
This commit is contained in:
parent
358ed079bc
commit
2bf481fb6c
3 changed files with 10 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 62cb8ccabe303074a6916fafd2f566e6eff489e3
|
Subproject commit 78b379b80a64d860abbb69e161789fcc21cd54c9
|
8
.gitconfig
Normal file
8
.gitconfig
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[user]
|
||||||
|
email = software@cscherr.de
|
||||||
|
name = PlexSheep
|
||||||
|
signingkey = software@cscherr.de
|
||||||
|
[credential]
|
||||||
|
helper = store --file ~/.git-credentials
|
||||||
|
[commit]
|
||||||
|
gpgsign = false
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,3 +12,4 @@
|
||||||
!.zsh
|
!.zsh
|
||||||
!.zsh/**
|
!.zsh/**
|
||||||
!.tmux.conf
|
!.tmux.conf
|
||||||
|
!.gitconfig
|
||||||
|
|
Loading…
Add table
Reference in a new issue