DEV Community

Discussion on: git commit -m "_____"

Collapse
 
leojpod profile image
leojpod
# From https://github.com/ngerakines/commitment/issues/69#issuecomment-91053061
git config --global alias.yolo '!git add -A && git commit -m "$(curl --silent --fail https://whatthecommit.com/index.txt)"'
Collapse
 
michael profile image
Michael Lee πŸ•

What does this do?

Collapse
 
leojpod profile image
leojpod

commit whatever changes you have and use one of the random messages from whatthecommit.com/