ローカルを更新するためにからプルしorigin
ましたが、1つのファイルで競合する変更がありました。競合を解決しましたが、ファイルが競合しているとgitが判断しているため、(ローカルで)コミットできません。
$ git add style.css
これは機能します-エラーなどはありません。それで:
$ git commit
Merge branch 'dev' of [origin] into dev
Conflicts:
[path]/style.css
#
# It looks like you may be committing a MERGE.
# If this is not correct, please remove the file
# .git/MERGE_HEAD
# and try again.
#
なぜこれが機能しないのですか?