Split git identities

This commit is contained in:
Loic Nageleisen 2020-03-24 15:58:18 +01:00
parent 86cf4e97c3
commit e01c26759c
3 changed files with 10 additions and 3 deletions

View file

@ -1,8 +1,9 @@
[push]
default = simple
[user]
email = loic.nageleisen@gmail.com
name = Loic Nageleisen
[include]
path = ~/.gitconfig.lloeki
[includeIf "gitdir:~/Workspace/github.com/sqreen/"]
path = ~/.gitconfig.sqreen
[core]
excludesfile = /Users/lloeki/.gitignore
[pull]

3
home/gitconfig.lloeki Normal file
View file

@ -0,0 +1,3 @@
[user]
email = loic.nageleisen@gmail.com
name = Loic Nageleisen

3
home/gitconfig.sqreen Normal file
View file

@ -0,0 +1,3 @@
[user]
email = loic@sqreen.io
name = Loic Nageleisen