How to merge 2 git …
 
Notifications
Clear all

How to merge 2 git branches?

1 Posts
2 Users
0 Likes
549 Views
0
Topic starter

How to merge 2 git branches?

1 Answer
0

To merge branches locally, use git checkout to switch to the branch you want to merge into. This branch is typically the main branch. Next, use git merge and specify the name of the other branch to bring into this branch. This example merges the jeff/feature1 branch into the main branch

Share: