✨ feat(git): add gitconfig for the work directory
This commit is contained in:
parent
24751f2527
commit
ee9a55b52d
2 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[gpg]
|
[gpg]
|
||||||
program = /sbin/gpg
|
program = /sbin/gpg
|
||||||
|
[includeIf "gitdir:~/Repos/Work/"]
|
||||||
|
path = ~/.config/git/config-work
|
||||||
[alias]
|
[alias]
|
||||||
aliases = config --get-regexp alias
|
aliases = config --get-regexp alias
|
||||||
#############
|
#############
|
||||||
|
|
4
.config/git/config-work
Normal file
4
.config/git/config-work
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[user]
|
||||||
|
name = Sergio Laín
|
||||||
|
email = sergiolain11@gmail.com
|
||||||
|
signingKey = 14C9B8080681777B
|
Loading…
Add table
Reference in a new issue