you are viewing a single comment's thread
view the rest of the comments
[–] 51 points 2 years ago (6 children)

Just use What The Commit.

You can also create a git alias:

git config --global alias.yolo '!git add -A && git commit -m "$(curl --silent --fail https://whatthecommit.com/index.txt)"'

Now you can just type 'git yolo' to create a commit!

  • source
  • hideshow 12 child comments