this post was submitted on 10 Jun 2023
20 points (100.0% liked)

Programmer Humor

37700 readers
85 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 2 years ago* (last edited 2 years ago)

I have an alias, git yolo, that does 'git commit -a' with a message from whatthecommit.com, and pushes to master. Just add this to your ~/.gitconfiig and you too can live on the edge. yolo = !git add -A && git commit -m \"$(curl --silent --fail https://whatthecommit.com/index.txt)\"&&git push origin main

Edit: Added the alias.

[โ€“] [email protected] 1 points 2 years ago

#git commit -m "changing something in the source code"