Hi Aleen, On Mon, 22 Nov 2021, Aleen via GitGitGadget wrote: > From: Aleen FWIW this information comes from your commit, specifically from the author information recorded when you committed first. To re-set it in these two patches, run something like this: git config --global user.name "徐沛文 (Aleen)" git rebase -x "git commit --amend --no-edit --reset-author" HEAD~2 and then force-push to your branch. Ciao, Dscho