I found this solution to this problem - pulling changes from unmerged PR on different Machine , I did following things on git bash
1. You must have taken clone of remote repository on machine 2
2. do git checkout (branch on which PR was generated)
3. do git pull
and done!!!!!!!!!!!!!!