Answers for "no commit message in git"

4

how to git commit without message

#newer versions of git allow for this
git commit -a --allow-empty-message -m ''
Posted by: Guest on March-05-2021
1

git exit commit message

After writing commit message, just press Esc Button and then write :wq or :wq! and then Enter to close the unix file.
Posted by: Guest on April-25-2021

Code answers related to "no commit message in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language