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"
remove tracked files/folders from git
Posted on
by Kim
Subscribe to:
Post Comments (Atom)
0 Responses to "remove tracked files/folders from git":
Post a Comment