作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
有时我需要从 Eclipse 中 merge squash。我知道我可以在命令行中完成,但是在 Eclipse 中集成图形选项将非常有用。你知道怎么做吗?
最佳答案
您可以启动一个 interactive rebase in EGit ,然后为要压缩的提交选择压缩。
注意:为了压缩最后几次提交,历史上另一种方法是软重置(参见 this thread)
- select in history the first commit which I don't want to squash
- right-click and say "
Team->Reset->Soft
"- right-click and say "
Commit
". This commit will contain all the changes of the last m commits together
关于eclipse - 如何在 Eclipse 中 merge squash,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24077750/
我是一名优秀的程序员,十分优秀!