I'd like to do no-ff merges by default. But am I giving up any safety, as is the case when using rebase?
问问题
315 次
1 回答
1
我建议始终使用 --no-ff 以保留历史记录,事实上,这是我们在工作中使用的标准,请查看此文档,其中我们解释了我们的 git 工作流程
于 2013-11-12T01:48:26.910 回答