-
-
Save lesstif/48631272e9bfb985cde804dc504a844a to your computer and use it in GitHub Desktop.
BFG Repo-Cleaner --replace-text example
This file contains hidden or 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
PASSWORD1 # Replace literal string 'PASSWORD1' with '***REMOVED***' (default) | |
PASSWORD2==>examplePass # replace with 'examplePass' instead | |
PASSWORD3==> # replace with the empty string | |
regex:password=\w+==>password= # Replace, using a regex | |
regex:\r(\n)==>$1 # Replace Windows newlines with Unix newlines |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment