We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7468b4d commit a8469ebCopy full SHA for a8469eb
.gitconfig
@@ -111,8 +111,11 @@
111
[includeIf "gitdir:~/truelayer/"]
112
path = ~/.gitconfig-tl.inc
113
[includeIf "gitdir:/opt/homebrew/Library/Taps/truelayer/"]
114
- # this is annoyingly not picked up on by brew update, but you can still brew install truelayer/internal/X
115
- path = ~/.gitconfig-tl.inc
+ ; needed for brew tap to work
+ path = ~/.gitconfig-tl.inc
116
+[includeIf "hasconfig:remote.*.url:https://github.com/truelayer/**"]
117
+ ; needed for brew update to work on taps
118
119
; include for all repositories inside ~/repos and ~/kube
120
[includeIf "gitdir:~/repos/"]
121
path = ~/.gitconfig-clux.inc
0 commit comments