使用git pull时指定自定义合并消息

问题描述 投票:0回答:1

是否有一种无需使用--edit即可指定自定义合并消息的方法?

这将显示编辑器:

git pull <some location> --edit

我想要:

git pull <some location> --merge-message "Merge from X"

git git-pull
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.