Fetch Branch From Original (Forked) Repository

git remote add upstream <remote repository>
git fetch upstream
git checkout <branch name>
git remote set-url origin <your forked repo>
git push origin <branch name>