Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 aptana 3 中禁用合并分支的快进?
例子:
在项目存储库配置中设置它
git config --add merge.ff false
我认为你得到的最接近的是使用merge --no-ff.
merge --no-ff