「production_branch」をチェックアウトしてから、「master_branch for_production_branch」をマージしましたが、大きな競合がありました。「production_branch」は本番環境にデプロイされました。しかし、紛争には、より経験豊富な目が必要です。デプロイできるように、本番ブランチ「production_branch」にクリティカル パッチを取得する必要があります (手動で行います)。
git co 'production_branch' # =>
lib/tasks/foobar.rake: needs merge
vendor/plugins/acts_as_syncable/lib/active_record/whatever.rb: needs merge
error: you need to resolve your current index first
と
git co 'master_branch for_production_branch'
lib/tasks/foobar.rake: needs merge
vendor/plugins/acts_as_syncable/lib/active_record/whatever.rb: needs merge
error: you need to resolve your current index first
簡単な重要な修正を展開できるように、作業ディレクトリの「production_branch」に戻るにはどうすればよいですか。