Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 430 Bytes

3_git_rewrite_history.md

File metadata and controls

15 lines (8 loc) · 430 Bytes

Home Index Back Next

Re-write History - git rebase HEAD~<n> -i

You already know how to update/modify previous commit. But what if you wanna update a commit which is n commits behind the head?

Git Rewrite History