21 lines
397 B
Markdown
21 lines
397 B
Markdown
|
|
# gh pr view
|
||
|
|
|
||
|
|
> 查看 GitHub 拉取请求的详细信息。
|
||
|
|
> 更多信息:<https://cli.github.com/manual/gh_pr_view>。
|
||
|
|
|
||
|
|
- 查看当前分支关联的拉取请求:
|
||
|
|
|
||
|
|
`gh pr view`
|
||
|
|
|
||
|
|
- 查看指定的拉取请求:
|
||
|
|
|
||
|
|
`gh pr view {{123}}`
|
||
|
|
|
||
|
|
- 在默认网页浏览器中打开拉取请求:
|
||
|
|
|
||
|
|
`gh pr view {{[-w|--web]}}`
|
||
|
|
|
||
|
|
- 在终端显示评论信息:
|
||
|
|
|
||
|
|
`gh pr view {{123}} {{[-c|--comments]}}`
|