Create a new branch and switch to it in one command
git checkout -b feature/new-feature
Change the message of your most recent commit
Apply a specific commit from another branch
Force push only if no one else has pushed in the meantime
Rebase current branch onto latest main