I have a created a feature branch from master.
A week before, after completing my feature branch work say a message This branch has conflicts with the base branch in my pull request
To resolve these conflicting files, I did git pull origin master into my feature branch.
Now I am seeing all the commits from master is pulled into my branch and my pull request shows all my work additionally others work as well. 
How do I solve this?
 
     
    