Sorry if this is described elsewhere, but I can not find the answer.
I have a bare repo called bare.git which is the repository from which dev repositories are cloned. Everything works well.
I want to know where bare.git gets the source files. Will they be saved as binary files inside the bare.git file structure? I can move bare.git to another place and still clone the repositions, so the source must be somehow portable. Or does it keep absolute network links to files?
There are three main reasons why I want to know this information:
- We need to know what to do with backups.
- My boss wants to know where the source code went.
- We need the current composite version for testing.
git git-bare backup
Leo
source share