gmash gist clone

Usage

gmash gist clone [[args]...]

Brief

Clones a gist to the local filesystem as a git repository.

Params:

-u --user <githubUser>
    Target Gist GitHub username (owner).

-s --hash <gistHash>
    Hash of the gist to clone. Otherwise clones all gists for the user.

-p --path <clonePath>
    Path to clone the gist to. Defaults to current if not passed.

-P --prefix <prefix>
    Add a prefix to the cloned gist directory name.

-n --name <folderName>
    Name for the cloned gist directory. Defaults to ‘[prefix]-[hash]’.

Display:

-h --help
    Display gmash, command or subcommand help. Use -h or –help.

-v --version [v0-0-0]
    Display subcommand version.


This site uses Just the Docs, a documentation theme for Jekyll.