1GH-GIST-CLONE(1) GitHub CLI manual GH-GIST-CLONE(1)
2
3
4
6 gh-gist-clone - Clone a gist locally
7
8
9
11 gh gist clone <gist> [<directory>] [-- <gitflags>...]
12
13
14
16 Clone a GitHub gist locally.
17
18
19 A gist can be supplied as argument in either of the following formats:
20 - by ID, e.g. 5b0e0062eb8e9654adad7bb1d81cc75f - by URL, e.g.
21 "https://gist.github.com/OWNER/5b0e0062eb8e9654adad7bb1d81cc75f"
22
23
24 Pass additional 'git clone' flags by listing them after '--'.
25
26
27
29 gh-gist(1)
30
31
32
33 Jun 2022 GH-GIST-CLONE(1)