Change The Author of Git Commits
Identify one revision before the commit you need to update. In the following example, the last two commits are going to be updated.
Run git rebase command with the identified commit number:git rebase -i 2778751
In the editor, for each commit you need...
danial.au1 min read