How can I associate local unversioned code to git remote repository?
问题 I need to associate a clean unversioned code to an existing git remote repository. I explain better my situation. My project is moved from svn to git. I have a svn local working copy with old code (nothing new to commit) that has to be syncronized with the new git repository. I could clone the repo but I should restore many ignored configuration files by hand and I would avoid it. So I removed all .svn directories and I would track my code with the git remote repository. Is there a way to do