diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2018-01-22 23:18:32 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2018-01-22 23:18:32 +0100 |
commit | 17967ef2633dd5a4a9f9248f27e6163670e27347 (patch) | |
tree | 91a53cfd34a5c9957130d6283bf7fdb3ae255367 | |
parent | 403e01c8c6738a9de57d9c5d666329a3a25ca98f (diff) | |
download | git-repo-17967ef2633dd5a4a9f9248f27e6163670e27347.tar.gz git-repo-17967ef2633dd5a4a9f9248f27e6163670e27347.zip |
correct help for 'mirror' command
-rwxr-xr-x | git-repo | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -211,7 +211,8 @@ Subcommands of git repo: list [<dir>] List infos (optional: only below <dir>) show <dir...> Show Commands for repo <dir> mirror <dir> Mirror git repositories under <dir> by looking - for 'Mirror for https://..' in description" + for 'remote.origin.mirror = true' config flag. + Also set: 'fetch = +refs/*:refs/*' create-public Create new repository that is - Read/Write by Owner - Read/Write by 'share' group. |