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'

Comments

Popular posts from this blog

Top 5 AI Tools Every Developer Should Use to Boost Coding Efficiency

How To Generate Random Dates Between Two Date Range in SQL Server

Find the number of columns in a table