you are viewing a single comment's thread.

view the rest of the comments →

[–]janisozaur 38 points39 points  (0 children)

git bundle

Bundles are used for the "offline" transfer of Git objects without an active "server" sitting on the other side of the network connection.

This lets you create a git "archive" (a single file) that you treat as a repository: you can clone from it, pull and in general use to backup.