Fetch the remote branch from the origin first git fetch origin remote_branch_name Merge the remote branch to the local branch git merge origin/remote_branch_name