Skip to content

Instantly share code, notes, and snippets.

@imjohnbo
imjohnbo / example.md
Created September 23, 2020 18:04
GitHub CLI examples

GitHub CLI

Manual | GitHub CLI

Examples

# Create public gist with test.txt
echo "test" > test.txt
gh gist create test.txt -d "a test" --public

# List open issues in the repo
@imjohnbo
imjohnbo / new-to-github.md
Created February 13, 2020 12:11
New to GitHub