this post was submitted on 18 Feb 2025
363 points (96.4% liked)

Programmer Humor

20743 readers
822 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] yogsototh@programming.dev 5 points 4 days ago (1 children)
cp $fic $fic.$(date -Iseconds)
git commit -a -m "save at $(date -Iseconds)"
# edit $fic
git commit -a -m "save at $(date -Iseconds)"
git push -f
[โ€“] ZILtoid1991@lemmy.world 3 points 3 days ago (1 children)

cp is short for create packup