git checkout -b newbranch_name --track origin/feature/newbranch_name

如果遇到类似如下问题:

    fatal: git checkout: updating paths is incompatible with switching branches.
    Did you intend to checkout 'origin/remote-name' which can not be resolved as commit?
Read on →