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"
$ wc -l .zsh_history
37572 .zsh_history
This machine is just barely over 2 years old.
Previous:
23901 .zsh_history
Previous previous:
203517 .zsh_history
I stopped carrying it over because I realized zsh was rewriting the entire file on logout and that was slowing down closing shells...