Looboer

joined 1 year ago
[โ€“] [email protected] 6 points 3 weeks ago* (last edited 3 weeks ago)
[โ€“] [email protected] 52 points 9 months ago (7 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!