Create a copy of an existing repository in a new directory.
hg clone {remote_repository_source} {destination_path}
hg clone --branch {branch} {remote_repository_source}
.hg
directory, without checking out files:
hg clone --noupdate {remote_repository_source}
hg clone --updaterev {revision} {remote_repository_source}
hg clone --rev {revision} {remote_repository_source}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB