--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # gh pr view > View details of a GitHub pull request. > More information: . - View the pull request associated with the current branch: `gh pr view` - View a specific pull request: `gh pr view {{123}}` - Open the pull request in the default web browser: `gh pr view {{[-w|--web]}}` - Show comments in the terminal: `gh pr view {{123}} {{[-c|--comments]}}`