initial review

git checkout -b feature
 
# make code
git commit
 
git push origin HEAD:refs/for/main

continue from other machine

git fetch origin refs/changes/45/12345/1
git checkout FETCH_HEAD
 
# make change then add, commit
git commit --amend

Stacked Reviews

Rebase onto a live review

further reading

git-review

gitlab - github