]> Cypherpunks.ru repositories - nncp.git/commitdiff
In most cases --tags/branches are willing to be kept
authorSergey Matveev <stargrave@stargrave.org>
Thu, 21 Sep 2017 21:07:06 +0000 (00:07 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 21 Sep 2017 21:07:06 +0000 (00:07 +0300)
doc/integration.texi

index b7ad5237f2aa0da8672aa3024b368147722c8462..f1f1e87b2265d73ac60176ce78823cef70af5a66 100644 (file)
@@ -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