@b0rk Interesting! I’ve never used `git switch` nor `git restore`, but I use `git autosquash` (alias to `git rebase -i --autosquash`) and `git pushf` (alias to `git push --force-with-lease`) almost every day. I also find `git checkout -` very helpful.
And `git yolo` = `!git commit -m \"$(curl -s https://whatthecommit.com/index.txt)\"` for when “WIP” is not enough as commit message ;).