Skip to content

Instantly share code, notes, and snippets.

@italosantana
Last active July 29, 2021 14:10
Show Gist options
  • Save italosantana/8b388f32426fc6528d5f10a92ac70a65 to your computer and use it in GitHub Desktop.
Save italosantana/8b388f32426fc6528d5f10a92ac70a65 to your computer and use it in GitHub Desktop.
remover pasta/diretório do git
git rm -r --cached FolderName
git commit -m "Removed folder from repository"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment