Currently we develop on network 1 using TFS as source control.
I burn a CD with all the code and bring it to network 2. Do some testing, make changes if needed. Changes are hand written on paper, then I go back to network 1 and manually enter in the changes.
I would like a better solution. We are updating to Visual Studio 2013 and I noticed it includes Git. What would be the best way for me to make a copy of the code on network 1 and load the project back up on network 2?
Restrictions: Transfer from network 1 to network 2 can only be done with a CD. Transfer from network 2 to network 1 can only be done manually with paper and pen.
I would like to be able to track changes made on network 2 and easily import a new version of network 1 code onto network 2.
Could this be done by cloning the repository on network 1, then burning the files to a disk and loading the files on network 2? Can I point Visual Studio Git to a local repository file structure and "import" the project?