what if i accept pull request #178884
Answered
by
mr-mk-dev
Mr-manish-07
asked this question in
Pull Requests
-
Select Topic AreaQuestion Bodywhat will happens with my existing code if i accesept or merge pull requrest |
Beta Was this translation helpful? Give feedback.
Answered by
mr-mk-dev
Nov 5, 2025
Replies: 2 comments 1 reply
-
|
Actully when you done pull request it will merge with your main branch so be carefull it could change exisiting code |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Mr-manish-07
-
|
When you merge a pull request, its changes are added to your branch. Your code updates — new lines appear, modified ones change, and old ones may be removed. It’s just like a regular Git branch merge. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actully when you done pull request it will merge with your main branch so be carefull it could change exisiting code