Skip to content
Jeff Levesque edited this page Apr 6, 2015 · 1 revision

Rewrite History

Rebase

git rebase -i <commit_hash_to_change>^
git rebase -i <branch_name_to_change>^
Clone this wiki locally