Skip to content

Instantly share code, notes, and snippets.

@MarioBinder
Last active April 14, 2021 20:20
Show Gist options
  • Save MarioBinder/b68a02128369c91c91c12e1b4d0021be to your computer and use it in GitHub Desktop.
Save MarioBinder/b68a02128369c91c91c12e1b4d0021be to your computer and use it in GitHub Desktop.
install homebrew on linux:
https://brew.sh/
brew install gh
gh auth login # Follow steps.
gh gist create myfile.txt # Creates a private gist.
gh core commands
gist: Manage gists
issue: Manage issues
pr: Manage pull requests
release: Manage GitHub releases
repo: Create, clone, fork, and view repositories
gh gist core commands:
clone: Clone a gist locally
create: Create a new gist
delete: Delete a gist
edit: Edit one of your gists
list: List your gists
view: View a gist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment