At the end the most convenient way to work with bundles (at least for me) is just: $ git bundle create mybundle HEAD --since=2.weeks.ago or: [alias] bpush = bundle create bundle --since=2.weeks.ago $ git bpush HEAD The bundles are bigger than strictly necessary, but not that much. Santi Santi Béjar (3): urls.txt: Add bundles to the list of local urls. git-bundle.txt: Bundles as [remote ""] is a feature, not an example git-bundle.txt: Add different strategies to create the bundle Documentation/git-bundle.txt | 66 +++++++++++++++++++++++++++++------------ Documentation/urls.txt | 5 ++- 2 files changed, 49 insertions(+), 22 deletions(-) - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html