Pro Git - Git's Little Bundle of Joy - 0 views
-
git clone repo.bundle -b master repo
-
$ git log --oneline 71b84da last commit - second repo c99cf5b fourth commit - second repo 7011d3d third commit - second repo 9a466c5 second commit b1ec324 first commit
-
$ git bundle create repo.bundle master
- ...2 more annotations...