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

The Power of .NET Core Caching: Best Practices for Optimal Performance

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

Find the number of columns in a table