💾 Archived View for freeshell.de › tldr › hg-clone.gmi captured on 2023-01-29 at 04:53:58. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

hg clone

Create a copy of an existing repository in a new directory.

More information.

hg clone {remote_repository_source} {destination_path}
hg clone --branch {branch} {remote_repository_source}
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