Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 11th, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Copy a git-push to another computer, or perform smaller incremental pushes?
  2. git format-patch origin/master
  3.        
  4. git send-email
  5.        
  6. git am
  7.        
  8. git push <remote> <revision>:tmp-branch
  9.        
  10. git bundle create my.bundle origin/master..master
  11.        
  12. git pull /path/to/my.bundle master