使用filter-branch后修复意外合并

时间:2011-11-08 21:27:31

标签: git

我按照说明here使用filter-branch从我的repo中删除了一个二进制文件。文章的结尾说

Make sure your collab uses rebase and not merge,
otherwise he will just reintroduce the file and the entire tainted history…

不幸的是,在有人在repo上使用merge之后我读了位。现在我的历史有很多重复的提交:

commit 16c3838a7338c639421b9f244b572b6e23c0c3f7
Author: foo bar <foo@bar.com>
Date:   Mon Nov 7 13:20:28 2011 -0800

    update todo

commit 213ae8da0af8e92afa9808c3b16cecf0e1cc7a0c
Author: foo bar <foo@bar.com>
Date:   Fri Nov 4 21:14:08 2011 -0700

    update todo

二进制文件已在这些重复提交中引入。如何摆脱重复的提交和二进制文件?

1 个答案:

答案 0 :(得分:1)

回到一个修订版并进行改造。