Questions tagged «git-commands»


11
请输入提交消息以解释为什么需要这种合并,特别是如果将更新后的上游合并到主题分支中时
我正在使用Git。我从远程回购中提取了一个错误消息: 请输入提交消息以解释为什么需要这种合并, 特别是如果将更新后的上游合并到主题分支中时。 我尝试键入一条消息并按,Enter但是什么也没有发生。 我如何告诉Git / Terminal我已经完成了输入信息? 我在OS X上使用Terminal。

15
有没有更好的方法来找出本地git分支是否存在?
我正在使用以下命令来查找我的存储库中是否存在具有本地 git分支branch-name。这样对吗?有没有更好的办法? 请注意,我正在脚本中执行此操作。因此,如果可能的话,我想使用管道命令。 git show-ref --verify --quiet refs/heads/<branch-name> # $? == 0 means local branch with <branch-name> exists.

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.