Create new branch Local on Remote
Solution1: git switch -c [branch1] origin/[branch1]
Solution2:
Get all branch remote: git fetch
Switch to remote branch: git switch [BranchName]
update