Hi Simon, > Now I want to rebase to clean up. Can I just do a local rebase and then git > push? Nothing special about the push? You will most likely need to add a '--force' to your push, to overwrite the branch in the remote repo. Greetings, Daniel