How to merge from main branch to my local branch? #7
Answered
by
fullstackdev48
qincheng0408
asked this question in
Q&A
-
I have 2 branches in my local: main and development. and I am going to merge the codes from origin main to my local development branch. How can I do this using Git Command? |
Beta Was this translation helpful? Give feedback.
Answered by
fullstackdev48
May 3, 2024
Replies: 2 comments 1 reply
-
Good question. You can do this following steps.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
qincheng0408
-
I think it is okay |
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
Good question. You can do this following steps.
That's all. I hope this will solve your issue!