Answers for "how to delete files on github"

0

how to remove stuff from git

git rm -r File-Name
Posted by: Guest on September-02-2020
-1

rm file from github

# file: myfile.log
git rm --cached myfile.log
Posted by: Guest on June-11-2021

Code answers related to "how to delete files on github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language