Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションを使用してマスターブランチから1つのローカルマシンにgitpullを実行していますが、Gemfileロックでマージ競合エラーが発生しています。
どうすればこれについて行くことができますか?
Gemfileのバージョンを変更しました。他の誰かがマスターで同じGemfileを変更しました。
現在、gitには、バージョンを保持するか、マスターバージョンを使用するか、マスターバージョンを部分的にのみ使用するかを決定する方法がありません。
意図的にGemfileを変更しましたか?
はいの場合、おそらくgit mergetoolあなたの対立を解決するのに役立ちます。
git mergetool
いいえの場合は、ですべての変更を破棄できますgit reset --hard @{u}。
git reset --hard @{u}