轻松上手Git
Less than 1 minute
修改已提交commit的用户名和邮箱
git rebase -r {{commit-hash-before}} \
--exec 'git commit --amend --no-edit --author "huhx <xxx@email.com>"'
git rebase -r {{commit-hash-before}} \
--exec 'git commit --amend --no-edit --author "huhx <xxx@email.com>"'