Code

git-show-branch doc: show -g as synonym to --reflog in the list
[git.git] / Documentation / git-cvsimport.txt
index 1614e8df89d5eae6afda812aa5e9abc808426dbf..b7a8c10b8709108c1c8a0d14f661c179c2b4f22c 100644 (file)
@@ -31,6 +31,12 @@ to work with; after that, you need to 'git-merge' incremental imports, or
 any CVS branches, yourself.  It is advisable to specify a named remote via
 -r to separate and protect the incoming branches.
 
+If you intend to set up a shared public repository that all developers can
+read/write, or if you want to use linkgit:git-cvsserver[1], then you
+probably want to make a bare clone of the imported repository,
+and use the clone as the shared repository.
+See linkgit:gitcvs-migration[7].
+
 
 OPTIONS
 -------