Hello, > You may also have to (or at least I had to) force-push the next time > you are pushing: > > git push --force Right. If you've already pushed before the update, it's probably better to just merge, rather than rebase and force push. Thanks, Petr