Answers for "gitignore remove existing file"

4

add file to gitignore and remove from repo

git rm -r --cached .
Posted by: Guest on May-21-2020
1

git update gitignore remove files

git rm --cached `git ls-files -i -c --exclude-from=.gitignore`
Posted by: Guest on August-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language