Change author info on older commits
Command Reference:
Nr Commits: The number of commits to change
Author: (New) name of the author
Email: (New) email
Command:git rebase -i HEAD~<nr_commits> -x "git commit --amend --author '<author> <<email>>' --no-edit"