Chunk patch uploading to online GitHub then push online for low-speed networks -
i on low-speed network. how can push large git commits kind of resume capability? like, can upload chunks of patch files combine them on git server, push them master? usually i'd recommend git such purposes, since compresses , transmits quite efficiently. anywho -- have branch you'd cherry-pick 1 commit @ time , push them individually, say. btw, smaller commits way go! ;-) also, create patches, of course, , upload them somehow else (scp, ...) might resumable way, , apply them on git server. doubt, more efficient, using git.