.. _clone: clone ===== .. program:: clone Synopsis -------- :: sample-rpkg clone [-h] [--branches] [--branch BRANCH] [--anonymous] module [clone_target] Description ----------- This command will clone the named module from the configured repository base URL. By default it will also checkout the master branch for your working copy. Arguments --------- .. option:: module Name of the module to clone .. option:: clone_target Directory in which to clone the module Options ------- .. option:: -h --help show this help message and exit .. option:: --branches -B Do an old style checkout with subdirs for branches .. option:: --branch -b Check out a specific branch .. option:: --anonymous -a Check out a module anonymously