Creating a pull request in github.com #170738
-
Select Topic AreaQuestion Bodywant to know how to create a pull request |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Steps to Create a Pull Request: |
Beta Was this translation helpful? Give feedback.
Steps to Create a Pull Request:
Navigate to your repository on GitHub:
Open the web interface for the repository where you've pushed your changes.
Initiate the Pull Request:
If you've recently pushed a new branch, GitHub often displays a yellow banner at the top of the repository page indicating the new push and offering a "Compare & pull request" button. Click this button.
Alternatively, you can go to the "Pull requests" tab within your repository and click "New pull request."
Select Branches:
Base branch: Use the "base branch" dropdown to select the branch you want to merge your changes into (e.g., main or develop). This is the target branch for your changes.
Compare branch: Use the "co…