Brian :python: :flask: on Nostr: #git question: I'm teaching a web dev course and I have a main repo with all of the ...
#git question:
I'm teaching a web dev course and I have a main repo with all of the assignments, instructions, etc. Github Classroom would allow me to assign template projects, but they have to be standalone repos.
Is this a use case for submodules? I've looked at them in the past, but not in detail. I'd split each folder into a separate repo and then collect all of them under one master with everything in it. Does that sound right?
I'm teaching a web dev course and I have a main repo with all of the assignments, instructions, etc. Github Classroom would allow me to assign template projects, but they have to be standalone repos.
Is this a use case for submodules? I've looked at them in the past, but not in detail. I'd split each folder into a separate repo and then collect all of them under one master with everything in it. Does that sound right?