Skip to content
Discussion options

You must be logged in to vote

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…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Mannatjain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pull Requests Propose, review, and discuss changes to a repository's codebase Question Ask and answer questions about GitHub features and usage
2 participants