Skip to content

Commit 82b5164

Browse files
gh: add page (tldr-pages#3854)
1 parent dc6c60f commit 82b5164

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

pages/common/gh.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# gh
2+
3+
> Work seamlessly with GitHub from the command line.
4+
> More information: <https://cli.github.com/>.
5+
6+
- Create a pull request:
7+
8+
`gh pr create`
9+
10+
- View a pull request in the browser:
11+
12+
`gh pr view {{pr_number}}`
13+
14+
- Check out pull requests locally:
15+
16+
`gh pr checkout {{pr_number}}`
17+
18+
- Check the status of your pull requests:
19+
20+
`gh pr status`
21+
22+
- Create a new issue:
23+
24+
`gh issue create`
25+
26+
- View and filter repository’s open issues:
27+
28+
`gh issue list`
29+
30+
- View an issue in the browser:
31+
32+
`gh issue view {{issue_number}}`

0 commit comments

Comments
 (0)