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

Custom Function string_split for SQL Server 2008R2 (T-SQL split string)

Find the number of columns in a table