Skip to content

Instantly share code, notes, and snippets.

@gustavodaquino
Created June 27, 2019 00:50
Show Gist options
  • Save gustavodaquino/44d392962c59db90a6237dca7e0e390e to your computer and use it in GitHub Desktop.
Save gustavodaquino/44d392962c59db90a6237dca7e0e390e to your computer and use it in GitHub Desktop.
Remover todos os arquivos versionados e adicioná-los.
git rm -rf --cached .
git add .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment