mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-14 19:22:31 +00:00
[git] Include a local config file
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
name = Andrew Williams
|
name = Andrew Williams
|
||||||
email = andy@tensixtyone.com
|
email = andy@tensixtyone.com
|
||||||
signingkey = 86DAB9F71FF20A3A
|
signingkey = 86DAB9F71FF20A3A
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nano
|
editor = nano
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
@@ -13,6 +14,7 @@
|
|||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig-win
|
path = ~/.gitconfig-win
|
||||||
|
path = ~/.gitconfig-local
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|||||||
Reference in New Issue
Block a user