I\'m in a github local clone. Below is the list of branches:
$ git branch -a * master online-demo remotes/origin/HEAD -> origin/master remotes/origin/de
git checkout -b "name of branch"
git pull origin "name of branch"