Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to git commit without message

#newer versions of git allow for this
git commit -a --allow-empty-message -m ''
 
PREVIOUS NEXT
Tagged: #git #commit #message
ADD COMMENT
Topic
Name
8+3 =