Answers for "git remove local files that are not in remote"

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 "git remove local files that are not in remote"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language