Created
May 24, 2024 20:36
-
-
Save ziadoz/fe69ebf358bbd128ba72f3a4eab240aa to your computer and use it in GitHub Desktop.
Git Obliterate - Remove files from entire Git repository history
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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