heres a fun one i use a lot when working by myself and tweaking readme formatting. Smetimes i find myself going in for second, 40th time etc. saves a refactor later.
git add -A && git commit --amend --no-edit && git push --force
-add all staged -amend with the same message. -then force push the new branch