Answers for "remove files from git cache"

2

git clear cache one file

$ git rm --cached filename
Posted by: Guest on November-16-2020
-1

git remove file from cache

git rm --cached <file>
Posted by: Guest on March-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language