Skip to content

How to create Pull Request in Github repo? #10

Answered by baby1194
fullstackdev48 asked this question in Q&A
Discussion options

You must be logged in to vote

Creating a pull request (PR) in a GitHub repository involves a few steps. Here's a general guide:

Fork the Repository: Go to the GitHub repository you want to contribute to and click on the "Fork" button in the top-right corner. This will create a copy of the repository in your GitHub account.
Clone the Forked Repository: After forking, clone the repository to your local machine using Git. You can do this by running the following command in your terminal:
git clone <repository_url>

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by fullstackdev48
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants