[Solved] Github, remove all files from repository [closed]


Create a new empty branch, add whatever commits you want to replace the repo with, then git push -f that branch to overwrite the remote master.

solved Github, remove all files from repository [closed]