Answers for "git commit no message"

3

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

Code answers related to "git commit no message"

Browse Popular Code Answers by Language