-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

hg push


> Push changes from the local repository to a specified destination.

More information.


Push changes to the "default" remote path:

hg push

Push changes to a specified remote repository:

hg push {path/to/destination_repository}

Push a new branch if it does not exist (disabled by default):

hg push --new-branch

Specify a specific revision changeset to push:

hg push --rev {revision}

Specify a specific branch to push:

hg push --branch {branch}

Specify a specific bookmark to push:

hg push --bookmark {bookmark}


> 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



-- Response ended

-- Page fetched on Fri May 17 00:49:18 2024