|
|
|
|
|
by zamubafoo
981 days ago
|
|
You can also filter based on the remote URL! I find this much more useful than the location of the directory on disk. ; include only if a remote with the given URL exists (note
; that such a URL may be provided later in a file or in a
; file read after this file is read, as seen in this example)
[includeIf "hasconfig:remote.*.url:https://example.com/\*"]
path = foo.inc
[remote "origin"]
url = https://example.com/git*
|
|
The reason for doing it by location is probably because my directory structure for projects look something like this:
/home/user/projects/organization/project
so github.com/victorb/neat-project would go into /home/user/projects/victor/neat-project
So my solution is tailored to that structure I suppose :)