Published
- 1 min read
create new branch from origin
The solution for this is noted below
create new branch from origin
Solution
git checkout -b nameOfBranch origin/nameOfBranch
Try other methods by searching on the site. That is if this doesn’t work