please donot push your local changes to this repo and if you wish to add this existing repo after local changes to new repo follow the steps below:
- git remote -v "to check the git repository"
- git remote remove origin "to remove the git repository"
- git remote -v "to check the git repository"
- git init
- git remote add origin <remote_url>
- git commit -am "commit message"
- git push origin master