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.
git clone your_repo tmp && mv tmp/.git . && rm -rf tmp && git reset --mixed