Last active
April 14, 2021 20:20
-
-
Save MarioBinder/b68a02128369c91c91c12e1b4d0021be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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