How to create a pull request #170739
-
Select Topic AreaQuestion Bodyhow to create pull request in github mobile |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Creating a pull request on GitHub Mobile is a streamlined process, particularly if you have already pushed your changes to a branch. |
Beta Was this translation helpful? Give feedback.
Creating a pull request on GitHub Mobile is a streamlined process, particularly if you have already pushed your changes to a branch.
Steps to Create a Pull Request on GitHub Mobile:
Navigate to the Repository:
Open the GitHub Mobile app and go to the repository where you have made your changes and pushed them to a branch.
Initiate Pull Request:
If you've recently pushed changes to a branch, a banner or prompt might appear on the repository's main page, offering to "Compare & pull request." Tap this to begin.
Alternatively, you can go to the "Pull requests" tab within the repository and look for an option to create a new pull request (often indicated by a "+" button).
Select Branches:
Choo…