Alright, so I need to fork a project, clone it, and what not. Thing is the master branch is 2000 or so commits ahead of the branch I need to be using. How do I fork a branch and not the main repo.
I forked it and I realized I had forked the master branch. I do a git pull origin 2-0-stable
and there are tons of merge conflicts. Uh oh.
All I want to do is have another branch beside master that is the exact same as the one up on the repo.