gpt4 book ai didi

git - 在所有分支上配置 git mergeoptions --no-edit

转载 作者:太空狗 更新时间:2023-10-29 13:15:17 25 4
gpt4 key购买 nike

我正在尝试将 git 配置为在 merge 时始终接受默认 merge 消息(使用选项 --no-edit)。我找到了这个答案 ( Git merge doesn't use default merge message, opens editor with default message ),但它对我不起作用,而且它没有在手册 ( git-config ) 中列出。

以下配置(使用实际分支名称而不是“*”)确实适用于单个分支,但我需要在所有分支上进行配置,所以我尝试了这个,但无济于事。

[branch "*"]
mergeoptions = --no-edit

是否有任何全局配置来执行此操作?

编辑

在搜索时,我发现 branch "*" 配置是作为补丁提出的,但从未实现 ([PATCH] Add default merge options for all branches)。

最佳答案

用附加 --no-edit 的别名覆盖 merge 命令似乎可行:

[alias]
merge = merge --no-edit

关于git - 在所有分支上配置 git mergeoptions --no-edit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21462256/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com