There are 2 repo upstream(main repo) and origin(my repo). PR has merge conflict and to resolve it executed below commands
Step 1. On master branch
Step 2. git pull origin master
Step 3.git checkout my_branch
Step 4. git rebase master
Step 5.git status
Your branch and 'my_branch' have diverged, and have 118 and 106 different commits each, respectively. (use "git pull" to merge the remote branch into yours)
please help as the branch is displaying a lot of commits from different developers. If the process is incorrect please guide.