git checkout -b branch name git add -p git commit -p git commit --amend git push origin your branch git branch -D branch name git log --oneline --graph --decorate --all