Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kostyanp95/b7366fbd792cce618aabe3d08b8a6fca to your computer and use it in GitHub Desktop.
Save kostyanp95/b7366fbd792cce618aabe3d08b8a6fca to your computer and use it in GitHub Desktop.
How to remove file from all commits? | Как удалить файл из всех коммитов?
git filter-branch --force --index-filter "git rm --cached --ignore-unmatch config/secretFile.json" --prune-empty --tag-name-filter cat -- --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment