this post was submitted on 12 Dec 2023
796 points (99.0% liked)

Programmer Humor

18979 readers
663 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Looboer@lemm.ee 52 points 8 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!

Well such an informative reply! Thanks mate ๐Ÿ‘

load more comments (6 replies)