Saturday, 25 July 2020

delete file and folder from github

git rm FILE     //    delete file
git rm -r FOLDER    //    delete folder

git commit -m "remove folder/file from Github"

git push origin master    //    push the change to GitHub 

No comments:

Post a Comment