avatar
Vicki @vickiboykis.com

nothing more freeing than pushing absolutely terrible nondescript commit messages to a private repo only you are in

aug 30, 2025, 9:14 pm • 127 7

Replies

avatar
Michael Hoffman @michaelhoffman.bsky.social

[alias] pullpush = !git pull --no-edit && git push yolo = !git commit -am YOLO && git pullpush

aug 31, 2025, 12:37 am • 2 1 • view
avatar
pltyps @pltyps.bsky.social

init .github things src ok ok docker ok ok tests fix ok ok wtf ok ok fml ok done for now

aug 30, 2025, 9:53 pm • 0 0 • view
avatar
Duarte @duarteocarmo.com

“Update” 😂

aug 30, 2025, 9:24 pm • 5 0 • view
avatar
Jeff Bachtel @jeffbach.bsky.social

git commit -a -m “updates”

aug 31, 2025, 4:21 am • 0 0 • view
avatar
Simon Harris @harukizaemon.com

“Be right back”

aug 30, 2025, 9:22 pm • 1 0 • view
avatar
Andrew Clough @datadecode.bsky.social

"update" is my personal favorite. What the hell does that mean three months ago me?

aug 30, 2025, 11:37 pm • 0 0 • view
avatar
Joe Inglish ♨️ @jinglish.bsky.social

"oops"

aug 30, 2025, 10:45 pm • 0 0 • view
avatar
Jai @jaiwithani.bsky.social

wip fixed actually fixed wip fuck, why does this keep breaking tests (wip)

aug 31, 2025, 12:54 am • 3 0 • view
avatar
dmarthal @dmarthal.bsky.social

git commit -m "really fixed it now"

aug 31, 2025, 12:09 am • 1 0 • view
avatar
Ira @ira.bailey.nz

LGBM Looks Good Because Me

aug 31, 2025, 1:54 am • 0 0 • view
avatar
CJ @virmalised.us

amen

aug 30, 2025, 9:15 pm • 2 0 • view
avatar
Peter @petmouse.bluesky.mousses.xyz

“made some changes”

aug 31, 2025, 1:49 am • 0 0 • view
avatar
Digital Diogenes @digitaldiogenes.bsky.social

refactor: a lot

aug 30, 2025, 9:26 pm • 0 0 • view
avatar
Jack Hessel @jmhessel.bsky.social

"more work"

aug 30, 2025, 9:42 pm • 2 0 • view
avatar
Laszlo Sragner @xlaszlo.bsky.social

three dots ("...") _is_ a commit message by definition

aug 31, 2025, 1:38 am • 0 0 • view
avatar
diwen @diwen.social

git commit -m ”foo”

aug 30, 2025, 9:22 pm • 0 0 • view
avatar
apoorva lal @apoorvalal.com

alias gc="git add -A && git commit -am 'update' && git push" gc gc

aug 30, 2025, 11:46 pm • 6 0 • view
avatar
Eugene Vinitsky 🍒 @eugenevinitsky.bsky.social

don't be a coward. `git push -f`

aug 30, 2025, 11:51 pm • 1 0 • view
avatar
tiddlydump.bsky.social @tiddlydump.bsky.social

There's no force like brute force

aug 30, 2025, 11:52 pm • 2 0 • view
avatar
apoorva lal @apoorvalal.com

tbf i'd do this for like 10 commits and squash commits like so: git reset --soft HEAD~10 git commit -am "actually informative commit message" git push -f the gc's are purely staging small units of work.

aug 31, 2025, 12:05 am • 1 0 • view
avatar
Damien C-C @dccc-phd.bsky.social

"sorta code"

aug 31, 2025, 12:35 am • 0 0 • view