SyntaxFix
Write A Post
Hire A Developer
Questions
git fetch && git checkout branch_name( "branch_name" here is the name of the branch )
git fetch && git checkout branch_name
Then you will see message, Switched to a new branch 'branch_name' Branch 'branch_name' set up to track remote branch 'branch_name' from 'origin'.