remove tracked files/folders from git

Posted on by Kim

Eg. remove target from git. Don't remove target just add it to .gitignore and run:


git rm -r --cached .
git add .
git commit -m ".gitignore fix"

0 Responses to "remove tracked files/folders from git":