I am relatively new to git. Our organization uses a Fork & Pull Model for managing changes to the master branch. Each developer forks the master and branches from their fork
once you have the branch in question in your repository as, say, anotherdev/master remote branch, you do the git merge anotherdev/master.
anotherdev/master
git merge anotherdev/master