Answers for "github commit without message global"

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language