We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add https://rtyley.github.io/bfg-repo-cleaner/ til for removing sensitive information from a repository.
The text was updated successfully, but these errors were encountered:
############### Secrets in commit löschen ##################
Wrapper bfg: https://rtyley.github.io/bfg-repo-cleaner/
local ausführen:
wechseln zum lokalen feature branch X
git checkout HEAD (damit werden protected commits für HEAD umgangen)
auf .git root Verzeichnis wechseln
bfg --delete-files impex.tfvars --no-blob-protection *** impex.tfvars ist das file mit den plaintext passwörtern ***
git checkout lokalen branch X (wechseln zum lokalen feature branch X)
git com
git reflog expire --expire=now --all && git gc --prune=now --aggressive
git push --force
Sorry, something went wrong.
No branches or pull requests
Add https://rtyley.github.io/bfg-repo-cleaner/ til for removing sensitive information from a repository.
The text was updated successfully, but these errors were encountered: