Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Created May 24, 2024 20:36
Show Gist options
  • Save ziadoz/fe69ebf358bbd128ba72f3a4eab240aa to your computer and use it in GitHub Desktop.
Save ziadoz/fe69ebf358bbd128ba72f3a4eab240aa to your computer and use it in GitHub Desktop.
Git Obliterate - Remove files from entire Git repository history
#!/usr/bin/env bash
# @link: https://github.com/tj/git-extras
# Install
brew install git-extras
# Usage
git-obliterate secrets.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment