Git, remove unwanted data from history

Posted on 23 Nov 2014 in Programming • Tagged with git, programming, leak • 1 min read

Recently I put unwanted data (a password) in one of my git commit. This commit was not push to an public server (like github or bitbucket) therefore there was no real security breach other than my git history.

The problem was to remove the data by rewriting the git history …


Continue reading