{
    "byline": null,
    "dir": null,
    "excerpt": "I recently had to remove a keyword from the git history of a project I was working on. This meant not just removing a file but modifying commits where the keyword was added, commits where the keyword was removed, and even commits with the keyword in the commit message. I eventually came to the right solution through a mix of blog posts and the documentation for git rebase.",
    "length": 2412,
    "siteName": null,
    "title": "Removing a keyword from git history"
}