/scripts

Here you will find the most useful scripts I commonly use.

Primary LanguageShellMIT LicenseMIT

Scripts

Here you will find the most useful scripts I commonly use.

git-commit-authorship-changer

  1. Copy the content under the scr/git-commit-authorship-changer file;
  2. Paste it to a temp file
  3. Replace the sample data into the OLD_EMAIL, CURRENT_NAME, CURRENT_EMAIL variables with your actual data;
  4. Copy back the updated contend;
  5. cd ./to_the_root_of_your_project;
  6. Paste the copied content and hit ENTER;
  7. Once it is done processing push it to your remote repository using git push -f.