Skip to main content

轻松上手Git

huhxLess than 1 minute

修改已提交commit的用户名和邮箱

git rebase -r {{commit-hash-before}} \
    --exec 'git commit --amend --no-edit --author "huhx <xxx@email.com>"'