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]