You are on page 1of 1

Comandos git

1 - Limpar o cache
a - Removendo todo(.) cache do git.
git rm -r --cached .
git clean -fdx

b - Removendo um arquivo ou pasta especifica.


git rm --cached debug.log
git rm --cached <folder>

You might also like