git stash push -m "WIP" git checkout -b hotfix curl -sL https://gist.githubusercontent.com/anonymous/fix.patch | head -20 curl -sL https://gist.githubusercontent.com/anonymous/fix.patch | git am git log --oneline -3 git stash pop git push -u origin hotfix git status --short