# merge in to the currently checked out branch git merge # ex: # this brings all the changes from dev1 in to master git checkout master git merge dev1