リモートブランチ確認
git branch -a対象のリモートブランを取得
[remote branch name]と[local branch name]はそれぞれ、my-app origin/my-appといった形で指定する。git fetch
git checkout -b [remote branch name] [local branch name]ローカルブランチ確認
git branchgit branch -agit fetch
git checkout -b [remote branch name] [local branch name]git branch