Posts

Showing posts with the label remove all files from git repository

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'