From a01d3f35bc7fd2910088c4b9140020861f4324d6 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 22 Sep 2017 00:07:06 +0300 Subject: [PATCH] In most cases --tags/branches are willing to be kept --- doc/integration.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/integration.texi b/doc/integration.texi index b7ad523..f1f1e87 100644 --- a/doc/integration.texi +++ b/doc/integration.texi @@ -284,8 +284,8 @@ everything you need. Use it to create bundles containing all required blobs/trees/commits and tags: @verbatim -% git bundle create repo-initial.bundle master -% git tag -f last-bundle master +% git bundle create repo-initial.bundle master --tags --branches +% git tag -f last-bundle % nncp-file repo-initial.bundle remote.node:repo-$(date % '+%Y%M%d%H%m%S').bundle @end verbatim -- 2.44.0