3

重複の可能性:
Git でマージの競合を修正するにはどうすればよいですか?

dev ブランチに変更を加え、変更をコミットしました。

その後、マスターに切り替えてマージを試みました。

Switched to branch 'master'
root@li494-175:/home/ubuntu/workspace/rtbopsConfig# git merge --no-ff development
Auto-merging rtb_settings/rtb_settings.yaml
CONFLICT (content): Merge conflict in rtb_settings/rtb_settings.yaml
Automatic merge failed; fix conflicts and then commit the result.

これが何を意味するのかわかりません。bakc を master に切り替えるのにうんざりしていて、このエラーが発生します。

root@li494-175:/home/ubuntu/workspace/rtbopsConfig# git checkout development
rtb_settings/rtb_settings.yaml: needs merge
error: you need to resolve your current index first

私はこれをまったく理解していません。どうすれば解決できますか?

4

0 に答える 0