git: Split identity by role
This commit is contained in:
parent
323945a9f0
commit
1136b53a4c
5 changed files with 8 additions and 3 deletions
1
git/.gitignore
vendored
1
git/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
config-os
|
||||
config-role
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
[user]
|
||||
name = Jeremy Kaplan
|
||||
email = jdkaplan@metagram.net
|
||||
[color]
|
||||
ui = true
|
||||
[diff]
|
||||
|
|
@ -47,6 +44,7 @@
|
|||
|
||||
[include]
|
||||
path = config-os
|
||||
path = config-role
|
||||
|
||||
[includeIf "gitdir:~/projects/"]
|
||||
path = config-personal
|
||||
|
|
|
|||
3
git/config-professional
Normal file
3
git/config-professional
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[user]
|
||||
name = Jeremy Kaplan
|
||||
email = jeremy.kaplan@gusto.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue