git rm <arquivo-ou-diretorio>
- Remove arquivos da área de trabalho e da área de staging
git rm farofa
O arquivo farofa precisa existir no repositório local
equivalente a:
rm farofa
git add farofa
git rm farofa --staged
git rm <arquivo-ou-diretorio>
git rm farofa
O arquivo farofa precisa existir no repositório local
equivalente a:
rm farofa
git add farofa
git rm farofa --staged