I have multiple forks of a project and I need to branch from a starting point in one of those forks. I'm not certain how one can do this with "git". Basically, the situation is as follows:
- SOURCE project
- I forked SOURCE to MINE
- You forked SOURCE to YOURS
- I have MINE cloned to my LOCAL machine
Now YOURS has a branch called NEXT which I want to work on. How do I checkout YOURS/NEXT in my LOCAL clone? Ideally I will be branching form this point and pushing my changes to MINE, issues a pull request, then you merge them to YOURS.