Answers for "make an empty commit"

9

empty commit

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

git empty commit

git commit --allow-empty -m "Trigger notification"
Posted by: Guest on June-10-2020
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