Commit a password or secret key to your public repo?

source control 24 January 2013 | 0 Comments

From time to time users accidentally commit data like passwords or keys into a git repo. While you can use git rm to remove the file, it will still be in the repo’s history. Fortunately, git makes it fairly simple to remove the file from the entire repo history.

[Read More]

Leave a Reply