How to use Git’s default commit message when resolving merge conflicts? October 9, 2023 by Tarik Per the docs, I just tried this simple command and it worked for me: git commit --no-edit Afterward, run git log to confirm that the default message has been used.