2011/10/4 Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx>: [snip] >> git filter-branch --index-filter 'git rm -q --ignore-unmatch --cached >> scripts/\\' HEAD >> Rewrite 5ac83187fa298add60cf81fd1d54b194da7ae783 (57/57) >> Ref 'refs/heads/master' was rewritten >> git push >> ! [rejected] master -> master (non-fast-forward) >> error: failed to push some refs to 'git@myserver:repository' >> >> Should I do anything special? > > git push -f I assume you understand that you're rewriting history Robert, and that has some consequences? You're master branch is now divergent, since the commit ids changed. -John -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html