How to get a new branch in my fork from the original repository? November 25, 2023 by Tarik git remote add OriginalRepo repository-URL git fetch OriginalRepo git checkout newBranch git push origin newBranch