Git: How to checkout a tracked remote branch

git checkout --track -b <local branch> <remote>/<tracked branch>