gh-gist-clone - Man Page

Clone a gist locally

Synopsis

gh gist clone <gist> [<directory>] [-- <gitflags>...]

Description

Clone a GitHub gist locally.

A gist can be supplied as argument in either of the following formats: - by ID, e.g. 5b0e0062eb8e9654adad7bb1d81cc75f - by URL, e.g. https://gist.github.com/OWNER/5b0e0062eb8e9654adad7bb1d81cc75f

Pass additional git clone flags by listing them after --.

See Also

gh-gist(1)

Referenced By

gh-gist(1).

Mar 2024 GitHub CLI manual