what is a pull request #167374
what is a pull request
#167374
-
Select Topic AreaQuestion Bodyso I'm new to git hub and i don't know lot about this so after i edit my file in a project, there was something like pull request can u guys give me a simple explanation for this ? |
Beta Was this translation helpful? Give feedback.
Answered by
ArithaBandara
Jul 24, 2025
Replies: 1 comment 1 reply
-
|
A pull request on GitHub is when you ask to add your changes to someone else’s project. You make edits in your own branch, then send a request saying, “Hey, I’ve made some changes—can you check and add them?” It’s a simple way for people to work together on code. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
userfivetr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A pull request on GitHub is when you ask to add your changes to someone else’s project. You make edits in your own branch, then send a request saying, “Hey, I’ve made some changes—can you check and add them?” It’s a simple way for people to work together on code.