Skip to content

Commit

Permalink
Merge pull request #101 from arcticicestudio/task/gh-97-conditional-c…
Browse files Browse the repository at this point in the history
…onfig-includes-gitlab-and-incubator

Conditional configuration includes for "gitlab" and "incubator"
  • Loading branch information
arcticicestudio authored Dec 28, 2017
2 parents a916aa1 + bcfb65a commit eca0252
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions snowblocks/git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@
[includeIf "gitdir:~/code/github/"]
path = ~/.gitconfig_auth

[includeIf "gitdir:~/code/gitlab/"]
path = ~/.gitconfig_auth

[includeIf "gitdir:~/code/incubator/"]
path = ~/.gitconfig_auth

[includeIf "gitdir:~/.igloo/"]
path = ~/.gitconfig_auth

# Includes sensible job authentication data:
# - user.name <USERNAME>
# - user.email <EMAIL>
# - user.signingkey <SIGNINGKEY>
# - user.useconfigonly true
[includeIf "gitdir:~/code/job/"]
path = ~/.gitconfig_auth_job

Expand Down

0 comments on commit eca0252

Please sign in to comment.