したがって、開発、ステージング、およびマスター ブランチがあります。そして、ステージングとプロダクション用のherokuホストがあります。
今、私は次のことをするとしましょう:
git checkout development
make some changes
commit -a -m them and push them.
それから私は走ります
git checkout staging
git merge development
次のエラーが表示されます。
Auto-merging app/views/devise/registrations/new.html.erb
CONFLICT (content): Merge conflict in app/views/devise/registrations/new.html.erb
Automatic merge failed; fix conflicts and then commit the result.
どうしてこれなの?