orebike@gmail.com
$ git branch
$ git branch hoge
移動するというか、作業コピーを指定したブランチのHEAD状態にする
$ git checkout hoge
↑の2つの合わせ技
$ git checkout -b hoge