gpt4 book ai didi

git 通过终端 merge

转载 作者:太空狗 更新时间:2023-10-29 13:48:35 27 4
gpt4 key购买 nike

我正在尝试通过终端进行 git merge 。我正在处理分支 fix_stuff,我需要 merge 回 develop。所以我做如下

git checkout develop
git merge --no-ff fix_stuff

现在它把我带到一个看似文本编辑器——仍在终端内——它有以下消息

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.

果然我按了 i 然后输入了我的消息。现在我已经完成了消息,我不知道如何继续。我尝试了 esc x 然后 esc q。什么都没有。

我正在通过 Mac El Capitan 使用 Android Studio 终端

最佳答案

因为你按了i输入您的文字,我认为编辑器是 vim 。假设您输入了提交消息 ok,您必须做

<esc> :w <enter>

写入文件和

<esc> :q <enter>

放弃。 注意:<>里面的东西表示按键。

关于git 通过终端 merge ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35664237/

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