I am new to git.
I have an issue where I get this message when I checked out a local branch:
Your branch and 'origin/master' have diverged,
and have 5 and 4 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
My concern is if I pull changes from the remote and merge it to my local branch will it affect any of my changes I have made in my local?
I have been reading around and the closest is probably this but it did not answer my concern.