this post was submitted on 12 Dec 2023
7 points (100.0% liked)

Programmer Humor

19537 readers
543 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
[–] [email protected] 0 points 11 months ago (2 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!

[–] [email protected] 1 points 11 months ago

"Make Sure You Are Square With Your God Before Trying To Merge This"

[–] [email protected] 0 points 11 months ago