nothing more freeing than pushing absolutely terrible nondescript commit messages to a private repo only you are in
nothing more freeing than pushing absolutely terrible nondescript commit messages to a private repo only you are in
[alias] pullpush = !git pull --no-edit && git push yolo = !git commit -am YOLO && git pullpush
init .github things src ok ok docker ok ok tests fix ok ok wtf ok ok fml ok done for now
“Update” 😂
git commit -a -m “updates”
“Be right back”
"update" is my personal favorite. What the hell does that mean three months ago me?
"oops"
wip fixed actually fixed wip fuck, why does this keep breaking tests (wip)
git commit -m "really fixed it now"
LGBM Looks Good Because Me
amen
“made some changes”
refactor: a lot
"more work"
three dots ("...") _is_ a commit message by definition
git commit -m ”foo”
alias gc="git add -A && git commit -am 'update' && git push" gc gc
don't be a coward. `git push -f`
There's no force like brute force
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.
"sorta code"