การสร้าง branch จาก upstream branch - MUMT-IT/mis2018 GitHub Wiki

Run this command.

git fetch upstream <branch-name>
git checkout -b <branch-name> upstream/<branch-name>

Reference.