Ro888
0
Q:

git rm cached

$ git rm -r --cached .
4
git rm -r --cached .
1
git rm -r --cached <name-of-dir>
1
$ git rm --cached filename
1
git ls-files --ignored --exclude-standard -z | xargs -0 git rm --cached
git commit -am "Remove ignored files"


// answer from: thSoft
0

New to Communities?

Join the community