I decided to share a solution with a fellow programmer. We both have permissions to add to and work on projects in a shared Team Foundation Server.
I mistakenly created it in Git, and it is now only local to myself.
I don't know and don't wish to waste time now finding out, how to set up the git so it would be shared. I don't have permissions to put anything up on a shared server. Only via the TFS.
So: Is there an easy way to simply "move" the solution from Git up to the TFS. Or do I have to remove the solution completely from Git (how? and is that complicated?) and then Add to Source Control and this time correctly to TFS?
I know I'm going in the opposite direction from everyone else. But that's what will work easiest for me... unless making the Git repo available to both of us can be done in an extremely fast way, without need for any admin permissions from myself.
Thank you