Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 149 Bytes

change-commit-author.md

File metadata and controls

5 lines (4 loc) · 149 Bytes

Change the commit author for the recent commits

git rebase --onto HEAD~4 --exec "git commit --amend --reset-author --no-edit" HEAD~4