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\'.
<
You can move the git directory from one machine to another or say, you want to migrate your project folder.
All the information about origin is stored in '.git' folder, which is created when you initialize a git repository under a directory on your system.
Procedure