I have a working copy of the project, without any source control meta data. Now, I\'d like to do the equivalent of git-clone into this folder, and keep my local changes.
if you are cloning the same repository, then run the following snippet through the existing repository
git pull origin master