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
git config core.commentChar ';' |
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
#!/bin/bash | |
# README | |
# Swap secrets for placeholders on commit/restore | |
# | |
# Copy this file to ~/scipts/git-redact-filter.sh | |
# chmod +x ~/scripts/git-redact-filter.sh | |
# | |
# Create ~/scripts/secret.ini | |
# populate with key=value |
OlderNewer