Skip to content

Instantly share code, notes, and snippets.

View abhishekthorat-tudip's full-sized avatar

Abhishek Thorat abhishekthorat-tudip

  • Tudip Technologies pvt ltd
  • Pune
View GitHub Profile
#!/bin/sh
git filter-branch --env-filter '
OLD_EMAIL="your-old-email@example.com"
CORRECT_NAME="Your Correct Name"
CORRECT_EMAIL="your-correct-email@example.com"
if [ "$GIT_COMMITTER_EMAIL" = "$OLD_EMAIL" ]
then