Answers for "empty git commit message"

9

empty commit

git commit --allow-empty -m "Trigger Build".
Posted by: Guest on May-11-2021
0

commit with empty message

git commit -a --allow-empty-message -m ''
Posted by: Guest on October-07-2021

Browse Popular Code Answers by Language