Skip to content

Commit

Permalink
Add conditional config includes for gitlab and incubator directories
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Dec 28, 2017
1 parent a916aa1 commit bcfb65a
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 bcfb65a

Please sign in to comment.