git checkout branch

git fetch origin feature/banch1:feature/banch1

git checkout feature/banch1

git branch -u origin/feature/banch1
git branch -vv

原文地址:https://www.cnblogs.com/yangming0322/p/9238631.html