Offline repository sync using git bundle
Posted on Mon 11 June 2012 in Tools • Tagged with bundle, git
Keeping git repositories in sync is usually and easily done using git pull and git push. However, for those rare times when you don’t have network connectivity (or limited connectivity) and still need to transfer the contents of a repository to somewhere else, there’s git bundle.
The bundle …
Continue reading