I forgot to set my git username and email for my projects on drupal.org, so my commits were not assigned to my drupal.org username by git.
I read here that it is possible to fix this retroactively with git filter-branch
.
What would be the exact steps to fix this?