feat(git): add gitconfig for the work directory

This commit is contained in:
Sergio Laín 2023-12-25 19:44:44 +01:00
parent 24751f2527
commit ee9a55b52d
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 6 additions and 0 deletions

View file

@ -36,6 +36,8 @@
gpgsign = true
[gpg]
program = /sbin/gpg
[includeIf "gitdir:~/Repos/Work/"]
path = ~/.config/git/config-work
[alias]
aliases = config --get-regexp alias
#############

4
.config/git/config-work Normal file
View file

@ -0,0 +1,4 @@
[user]
name = Sergio Laín
email = sergiolain11@gmail.com
signingKey = 14C9B8080681777B