Gist Management

Manage GitHub Gists

github
gist
create

Command

gh gist create file.txt

Explanation

Create and manage GitHub Gists for sharing code snippets and notes.

Examples

Create gist from file

gh gist create file.txt

Create public gist

gh gist create --public

List your gists

gh gist list