Forcibly clear all the data of the remote repo and generate a new repo,
Be aware this is a dangerous move , know you know what you are doing.
git init
git add .
git commit -m 'Initial commit'
git remote add origin [repo_address]
git push --mirror --force
No Comment
Post your comment