-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

hg add


> Adds specified files to the staging area for the next commit in Mercurial.

More information.


Add files or directories to the staging area:

hg add {path/to/file}

Add all unstaged files matching a specified pattern:

hg add --include {pattern}

Add all unstaged files, excluding those that match a specified pattern:

hg add --exclude {pattern}

Recursively add sub-repositories:

hg add --subrepos

Perform a test-run without performing any actions:

hg add --dry-run


> 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 Tue May 21 05:40:42 2024