I would like following setup:
projects
folderprojects
folder I have many other folders (including foreign git repositories)Usecase
Sync the whole projects
folder to a local git repo (my usb stick) to be able to keep my whole personal project structure in sync between two computers. But all foreign git repos should stay and keep working.
I'm using TortoiseGIT, is there any possibility to do what I want? Having a personal super git repo that contains many individual sub repos?
Having a personal super git repo that contains many individual sub repos?
This is mainly what git submodules are for.
Your main project will record: