Answers for "remove a file from a remote git repository but not locally"

0

git remove files from repo but not locally

git rm --cached `git ls-files -i -X .gitignore`
Posted by: Guest on March-19-2021

Code answers related to "remove a file from a remote git repository but not locally"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language