I'm trying to put an existing project under Git source control, but I'm unclear on several things.
I have setupset up a 'Team Foundation Service' Git account online.
I currently have an aspASP.netNET MVC 4 solution - in my Projects folder. I have created a gitGit 'repository' locally (an empty folder currently). Should this just be my current application folder in Projects? Or does it need to be a copy?
How do I get my existing files into the online repository?