下記コマンドでリモートブランチをローカルに・・・と思ったら、エラーが。
$ git checkout -b [newbranch] [origin/newbranch]
fatal: Cannot update paths and switch to branch ‘[newbranch]’ at the same time.
Did you intend to checkout '[newbranch]' which can not be resolved as commit?
一旦、リモートブランチのリストを確認。
$ git branch -r
あ、つくろうとしていたブランチがない。
リストを更新するコマンドを調べて実行。
$ git fetch --prune
もう一度最初のコマンドを実行するとできた。
Blog URL : http://www.utano.jp/ (Syntax Error.)