initial review
git checkout -b feature
# make code
git commit
git push origin HEAD:refs/for/maincontinue from other machine
git fetch origin refs/changes/45/12345/1
git checkout FETCH_HEAD
# make change then add, commit
git commit --amendStacked Reviews
Rebase onto a live review
further reading
git-review