Here you will find the most useful scripts I commonly use.
- Copy the content under the
scr/git-commit-authorship-changer
file; - Paste it to a temp file
- Replace the sample data into the
OLD_EMAIL
,CURRENT_NAME
,CURRENT_EMAIL
variables with your actual data; - Copy back the updated contend;
cd ./to_the_root_of_your_project
;- Paste the copied content and hit
ENTER
; - Once it is done processing push it to your remote repository using
git push -f
.