I'm using Git-tf to (obviously) skip TFS and be able to work offline and avoid the readonlys and all that tune ... Now .. I started cloning the tfs project in to lets say drive D: then I cloned again from drive c: (I think i was over paranoid there)
My current workflow is to commit the changes (in repo c:) to repo D: and then push the checkins to TFS
It works fine but it gets messy and I think I'm over complicating the workflow
What would be the best ?
could I configure the repo c: to point straight to TFS ... and remove native git origin (repo d:) Copy repo d: to c: and continue (I tried that and it works fine locally , but I didn't commit any changes yet to TFS) can I promote the repo c: to be ORIGIN (as in D:) and then continue to push changes to TFS from there (after git-tf config) ? ...not sure about this promote thing ...
Also: having in mind the project(as in C# vs2012) its a big project that is not that straight forward re-configure and build) not even mention to wait for the copy process :) . Any Other suggestions ?