How to use the default git commit message after resolving merge conflicts? January 29, 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.