I'm pretty new with using Git and I am trying to understand the git merge function a bit better. Hope someone can explain this to me, I would appreciate it!
So, I'm working on a local testing branch and I'm seeing the following errors:
On branch Agata
Your branch and 'origin/Agata' have diverged,
and have 1 and 3 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
You have unmerged paths.
(fix conflicts and run "git commit")
(use "git merge --abort" to abort the merge)
My questions are
- How to resolve this issue
- Will this merge affect the master branch at all?
Thank you in advance!