为了获得干净的历史记录,我使用<rule name="https file" stopProcessing="true">
<match url="^example.com$" />
<conditions>
<add input="{HTTP_HOST}" pattern="example.com/forum/index.php" ignoreCase="true" negate="true" />
</conditions>
<action type="Redirect" url="https://example.com/forum/index.php " redirectType="Permanent" />
</rule>
进程,默认为Fast-forward merge
。
每次创建新项目时,我都必须从项目页面->设置->存储库->合并请求...中更改其配置...
是否可以全局定义默认值为Merge commit
而不是Fast-forward merge
。
谢谢