This question may be dumb, but I've been wondering it for a while. It's about git repositories, but I assume it's the same for local repositories for other DVCS'.
Lets say my project is like this when it starts:
- Project
- .git
- all the other folders in the project
So that's how it would work when you set it up right?
Lets say I move the Project folder somewhere else, would I have to change anything? Or is all the repository stuff in the .git folder relative only to the Project folder ignoring the whole file tree above Project.
I'm pretty sure moving Project wouldn't matter but I just wanted to make sure.