Context: In a Git - based project, there were multiple commits made with an incorrect author. To ensure proper attribution, it was necessary to change the author of these commits to Chen Yichi <trswnca@yeah.net>
.
Problem/Need: Change the author information of six specific commits in the Git repository to Chen Yichi <trswnca@yeah.net>
.
Solution/Approach:
- Start an interactive rebase:
git rebase -i 2028312c0e4325e5eccbc72f12fe47adbce2df98^