Skip to content

Instantly share code, notes, and snippets.

@ricardopedias
Created January 16, 2020 21:45
Show Gist options
  • Save ricardopedias/aaf30345394fcf4eca2d8964c0174d5c to your computer and use it in GitHub Desktop.
Save ricardopedias/aaf30345394fcf4eca2d8964c0174d5c to your computer and use it in GitHub Desktop.
Remover Arquivos do histórico do GIT
git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch path_to_file" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment