gh-gist - Man Page
Manage gists
Examples (TL;DR)
- Create a new Gist from a space-separated list of files:
gh gist create path/to/files
- Create a new Gist with a description:
gh gist create path/to/file --desc "description"
- Edit a Gist:
gh gist edit id_or_url
- List Gists owned by the currently logged in user:
gh gist list --limit int
- View a Gist in the default browser without rendering Markdown:
gh gist view id_or_url --web --raw
Synopsis
gh gist <command> [flags]
Description
Work with GitHub gists.
Available Commands
- gh-gist-clone(1)
Clone a gist locally
- gh-gist-create(1)
Create a new gist
- gh-gist-delete(1)
Delete a gist
- gh-gist-edit(1)
Edit one of your gists
- gh-gist-list(1)
List your gists
- gh-gist-view(1)
View a gist
See Also
Referenced By
gh(1), gh-gist-clone(1), gh-gist-create(1), gh-gist-delete(1), gh-gist-edit(1), gh-gist-list(1), gh-gist-view(1).
Mar 2023 GitHub CLI manual