📜  > git checkout -q 错误:您需要先解析当前索引 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:37.504000             🧑  作者: Mango

代码示例1
# CONFLICT (content): Merge conflict in path/to/file

# open the file in an editor of your choice
$ vim /path/to/file_with_conflict

# repeat for every file that has a conflict and then

$ git commit -a -m 'commit message'