1GH-GIST-EDIT(1) GitHub CLI manual GH-GIST-EDIT(1)
23
4
NAME
6gh-gist-edit - Edit one of your gists
78
9
SYNOPSIS
11gh gist edit {<id> | <url>} [<filename>] [flags]
1213
14
OPTIONS
16-a, --add <string>
17Add a new file to the gist
1819
20
-d, --desc <string>
21New description for the gist
2223
24
-f, --filename <string>
25Select a file to edit
2627
28
-r, --remove <string>
29Remove a file from the gist
3031
32
SEE ALSO
34gh-gist(1)
3536
37
38
Nov 2023 GH-GIST-EDIT(1)