mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Split git identities
This commit is contained in:
parent
86cf4e97c3
commit
e01c26759c
3 changed files with 10 additions and 3 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
[user]
|
[include]
|
||||||
email = loic.nageleisen@gmail.com
|
path = ~/.gitconfig.lloeki
|
||||||
name = Loic Nageleisen
|
[includeIf "gitdir:~/Workspace/github.com/sqreen/"]
|
||||||
|
path = ~/.gitconfig.sqreen
|
||||||
[core]
|
[core]
|
||||||
excludesfile = /Users/lloeki/.gitignore
|
excludesfile = /Users/lloeki/.gitignore
|
||||||
[pull]
|
[pull]
|
||||||
|
|
|
||||||
3
home/gitconfig.lloeki
Normal file
3
home/gitconfig.lloeki
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[user]
|
||||||
|
email = loic.nageleisen@gmail.com
|
||||||
|
name = Loic Nageleisen
|
||||||
3
home/gitconfig.sqreen
Normal file
3
home/gitconfig.sqreen
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[user]
|
||||||
|
email = loic@sqreen.io
|
||||||
|
name = Loic Nageleisen
|
||||||
Loading…
Add table
Add a link
Reference in a new issue