git checkout -b ローカルブランチ名 origin/リモートブランチ名
例)リモートブランチの’remote_branch’をローカルに’local_branch’という名前で持ってきてチェックアウト
git checkout -b local_branch origin/remote_branch
半分の力で頑張ります
git checkout -b ローカルブランチ名 origin/リモートブランチ名
例)リモートブランチの’remote_branch’をローカルに’local_branch’という名前で持ってきてチェックアウト
git checkout -b local_branch origin/remote_branch