SyntaxFix
Write A Post
Hire A Developer
Questions
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