How to remove all the files and folders from github repository?
To Delete all elements in the repository, use the following command $ git rm -r * then: $ git commit -m 'Delete all the stuff from repository'
Share thoughts and knowledge with peoples around me