for your consideration: two git aliases that are very useful for debugging CI workflows
[alias]
oops = commit --amend --no-edit
yolo = "!yolo() { git add -- \"$@\"; git oops; git push --force-with-lease; }; yolo"
for your consideration: two git aliases that are very useful for debugging CI workflows
[alias]
oops = commit --amend --no-edit
yolo = "!yolo() { git add -- \"$@\"; git oops; git push --force-with-lease; }; yolo"
To be fair I do understand the joke, but... Why not use a actually good ci system?
Earthly is abandoned but still works OK, I still use it in my projects. I think dagger can be run on dev machines too.
@xgqt joke? where's the joke? i just use these daily now
(i have far too much shit i'm responsible for to entertain converting like a hundred workflows from gha/fja to something "better", especially seeing as some alternatives are definitely actually worse)