List open pulls requests for the current branch.
gh pr
Fetch pull request into a new branch.
gh pr 1
List open issues on the current repository.
gh is
Create a new issue on the current repository.
gh is "Node GH rocks!" "**Markdown** support"
Display the latest repository activities.
gh nt
Open repository page in the browser.
gh re
List all private repositories.
gh re --list --type private
Open your Gists in the browser.
gh gi
Create a Gist pasting the contents of your clipboard.
gh gi --new foo.js --paste