Fix: Remove sensitive files and their commits from Git history #dev #solution #programming
Fix: Remove sensitive files and their commits from Git history #dev #solutionĀ #programming
Remove sensitive files and their commits from Git history
I would like to put a Git project on GitHub but it contains certain files with sensitive data (usernames and passwords, like /config/deploy.rb for capistrano).
I know I can add these filenames to .gitignore, but this would not remove their history within Git.
I also donāt want to start over again by deleting the /.git directory.
Is thereā¦
View On WordPress












