git checkout -b newbranch upstream/newbranch. When you're ready to push the new branch to origin: git push -u origin newbranch.
確定! 回上一頁