Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialArshan Khanifar
11,497 PointsNo files in the repo?
I cloned the repository, but, it seems there's nothing in there! https://github.com/hdngr/treehouse-express-basics
1 Answer
Vince Varga
15,338 PointsThe video for a given stage will indicate which branch to checkout. ... To begin with progress up until a certain video, for example "S2V2": git checkout S2V2
Basically this means that you have to change branches in order to see the code up until video X.
You can change the branch also on the Github web UI (look for: Branch: master
dropdown button).
If you don't understand what is git
, checkout
, you can watch the Git Basics course.
Arshan Khanifar
11,497 PointsArshan Khanifar
11,497 PointsHey man, thank you so much! Yeah, I kinda figured that out after a couple videos but decided to leave the question here so that if anyone else like me had no experience with git, they don't get thrown off by it. Also, thanks for the git basics link, I'll definitely check that out!