Repository empty?
LlewellynJones opened this issue · 2 comments
LlewellynJones commented
I cloned this repository but it seems to be empty. No projects, no source code?
christofur commented
Hey @LlewellynJones, did you try switching to a different branch? (such as 5.x
)
russcam commented
Hey @LlewellynJones, as @christofur suggests, you'll want to check out one of the version branches:
5.x.
: starting 5.x branch5.x-codecomplete
: finished 5.x branch2.x
: starting 2.x branch2.x-codecomplete
: finished 2.x branch
once you've cloned it, run
git checkout 5.x
and you'll be good to start 😄