Answers for "git command to remove a file"

1

how to delete file from git command

git rm --cached file1.txt
git commit -m "remove file1.txt"
Posted by: Guest on August-17-2020
0

how to remove stuff from git

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

Code answers related to "git command to remove a file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language