]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/integration.texi
In most cases --tags/branches are willing to be kept
[nncp.git] / 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