gh gist create <filename>
Create a new gist
Arguments
Name | Description |
---|---|
filename | filepaths |
Options
Name | Description |
---|---|
-d, --desc <description> | A description for this gist |
-f, --filename <filename> | Provide a filename to be used when reading from STDIN |
-p, --public | List the gist publicly (default: secret) |
-w, --web | Open the web browser with created gist |