You need to go back to the master branch (git checkout master) and then merge in your new branch (git merge <newbranch>). That will pull over the changes from that branch into your master branch.
Read more here: http://git-scm.com/book/en/Git-Branching-Basic-Branching-and-Merging