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 trialBrigette Eckert
16,957 PointsGit clone missing branches?
So when I clone the git repo for this video I am only getting the master branch with the read me file and none of the other branches even though I see them on git up? I have checked a few folders to make sure and can't find the correct branch. Update: When I use git branch -a I see them as remote branches on the origin path. Do I need to pull or fetch them?
3 Answers
Seth Kroger
56,413 PointsWhat error does the 'git checkout branch_name_here' command give you when you try it?
Brigette Eckert
16,957 PointsNow its working for me.. Tracking as a remote but working. Maybe I had a typo?