ZANARDI Bruno

Software Developper

About
Resume

Git Blog

Git command `rebase`

Definition

Reapply commits on top of another base tip.

Advanced usage

Apply commits from <branch> to current branch

$ git rebase <branch>

Modify commits history from the commit <hash>

$ git rebase -i <hash>^