I created a git repository and updated it with some stuff. Later I created a new directory for this project and initialized new git for it. Now I want to push changes and re
You just need to use a little force:
git push --force origin master
--force can also be abbreviated to -f.
--force
-f