this post was submitted on 18 Feb 2025
339 points (96.7% liked)

Programmer Humor

20039 readers
1914 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
[โ€“] [email protected] 4 points 2 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 3 points 1 day ago (1 children)
[โ€“] [email protected] 1 points 21 hours ago

cp is short for create packup