Answers for "commit without 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

Browse Popular Code Answers by Language