how to resolve the conflict in pull request #151
Answered
by
aswinikalyan30
reshamsai150
asked this question in
Q&A
-
I am getting this branch has a conflict |
Beta Was this translation helpful? Give feedback.
Answered by
aswinikalyan30
May 12, 2024
Replies: 2 comments 3 replies
-
do a Here is a tutorial: https://www.youtube.com/watch?v=xNVM5UxlFSA |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
reshamsai150
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
do a
git pull origin main
on the branch that you are in
while merging the changes from main branch you will find some files that have merge conflicts you can either manually resolve them or use vscode to accept either incoming/current changes
Here is a tutorial: https://www.youtube.com/watch?v=xNVM5UxlFSA