About pull requests in GitHub Desktop
You can view pull requests that you or your collaborators have proposed in GitHub Desktop. Pull requests let you propose changes to projects, provide feedback and reviews, and merge changes into projects. For more information, see "About pull requests."
When you view a pull request in GitHub Desktop, you can see a history of commits that contributors made. You can also see which files the commits modified, added, or deleted. From GitHub Desktop, you can open repositories in your preferred text editor to view any changes or make additional changes. After reviewing changes in a pull request, you can give feedback on GitHub. For more information, see "About pull request reviews."
If checks have been enabled in your repository, GitHub Desktop will show the status of the checks on the pull request and allow you to re-run checks. For more information, see "Viewing and re-running checks in GitHub Desktop."
Viewing a pull request in GitHub Desktop
- GitHub Desktopで、Current Branch(現在のブランチ)をクリックしてください。
- ドロップダウンメニューの上部からPull Requests(プルリクエスト)をクリックしてください。
- プルリクエストのリストで、表示したいプルリクエストをクリックしてください。
- Optionally, to refresh the list of pull requests, click .
Opening a pull request in GitHub Desktop from GitHub
- リポジトリ名の下で、クリックします
Pull requests
- In the list of pull requests, click the pull request that you would like to open in GitHub Desktop.
- To the right of the title of the pull request, click the Open with drop-down and then click the Open in Desktop button.