Merge
Notes
git merge <branch-name>Resolving conflicts
<<<<<<< Updated upstream
this is a new file 5 in branch2
=======
This is file 5.
>>>>>>> Stashed changesLast updated
git merge <branch-name><<<<<<< Updated upstream
this is a new file 5 in branch2
=======
This is file 5.
>>>>>>> Stashed changesLast updated