Archive

Archive for June 8, 2012

Git Pull via Sneakernet

Reblogged from /dev/zero:

Today I found myself needing to move some commits between two repositories. In general the best way to do this is by pulling changes from one into the other, but in this case the repositories did not have direct access to each other. Rather than copying an entire repository from one machine to another or mucking about with a pile of patches, we can save time by performing the sending and receiving sides of the network-enabled…

Read more… 174 more words

Some good git stuff...