# checkout latest changes
git fetch origin
# checkout remote branch
git checkout -b feature_branch origin/feature_branch