So we have a single git repo containing scripts and whatnot, i.e. https://example.com/scripting
Each set of scripts is supposed to be located in a subdirectory https://example.com/scripting/proj1, https://example.com/scripting/proj2, etc.
On one client machine proj1 is supposed to be used, proj2 on another client etc., i.e.
- client1:/home/user1/proj1
- client2:/home/user2/proj2
Now I have started a new project called “proj3” on yet another client machine.
- client3:/home/user3/proj3
I want to include this folder “proj3” into the “scripting” repo i.e. as https://example.com/scripting/proj3.
How?
It would be easier to create separate repos I guess. However the scripting is related, I’d love to keep it together. What is the easiest/best/most supported way? Thoughts?