I have a two remote branches: origin/master
and origin/my_remote_feature
I have checked out my_remote_feature
using git checkout --track -b origin/my_remote_feature
There are a couple of changes made in master that I want to pull into my branch that tracks the remote branch. How do I go about it ?