Software Developper
About Resume Git Blog
Reapply commits on top of another base tip.
Apply commits from <branch> to current branch $ git rebase <branch>
Apply commits from <branch> to current branch
$ git rebase <branch>
Modify commits history from the commit <hash> $ git rebase -i <hash>^
Modify commits history from the commit <hash>
$ git rebase -i <hash>^