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"
@whitequark I survived my run-ins with CI with one-liners and shell history search, but I might steal those ^^
@lina my shell history is 74k lines long and by gods will I refer to every one of them later
@whitequark @lina One of the reasons I switched to atuin. Although I stayed for a whole host of others ^^'