- Copy a git-push to another computer, or perform smaller incremental pushes?
- git format-patch origin/master
- git send-email
- git am
- git push <remote> <revision>:tmp-branch
- git bundle create my.bundle origin/master..master
- git pull /path/to/my.bundle master