# Rebasing Workshop * rebase the develop branch onto your branch ```bash $ git checkout myBranch $ git rebase develop ``` * check the history of your branch again ```bash $ git log ```