• git checkout -b • [… commit changes …] • (optional) git push origin • arc diff ○ Pushes the branch to the remote ○ Create a code review • [… commit changes, rebase, etc …] • git push origin ○ Behind the scenes, update the review (e.g. `arc diff`) • Code review accepted • arc land ○ Removes the branch from origin