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.
Just use the . at the end of the git clone command (being in that directory), like this:
git clone
cd your_dir_to_clone_in/ git clone git@github.com/somerepo/ .