Skip to content

Commit

Permalink
Add lightspeed projects to gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jeckhart committed Sep 8, 2021
1 parent 810b192 commit 845c497
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions gitconfig.local
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,14 @@
[includeIf "gitdir:~/projects/shopkeep/**"]
path = ~/.gitconfig.work

[includeIf "gitdir:~/projects/lsp/**"]
path = ~/.gitconfig.work

[includeIf "gitdir:~/projects/lightspeed-payments/**"]
path = ~/.gitconfig.work

[includeIf "gitdir:~/projects/lightspeedretail/**"]
path = ~/.gitconfig.work

[includeIf "gitdir:~/projects/personal/**"]
path = ~/.gitconfig.personal
2 changes: 1 addition & 1 deletion gitconfig.work
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[user]
email = jeckhart@shopkeep.com
email = john.eckhart@lightspeedhq.com
name = John Eckhart

0 comments on commit 845c497

Please sign in to comment.