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 trialCaroline Forslund
Front End Web Development Techdegree Graduate 36,096 PointsDo every Techdegree project have to be in it's own repository, or can I make them all in one repo?
I have a GitHub account since before with other projects (repos), and now I created one repository that will contain all my Techdegree Full Stack JavaScript projects to keep it neat. Is that OK or will that fail me?
4 Answers
Jacob Mishkin
23,118 PointsI don't know about fail, but you should keep each project in it's own repo. This way each project can be easily accessed and controlled using git. It also shows that you have done more projects than just one. Take a look at peoples profiles on github and see what they do, here is someone that you might know. Take a look at how he has his github set up.
Caroline Forslund
Front End Web Development Techdegree Graduate 36,096 PointsThanks Jacob for your fast reply. I have over 20 repos since before, so that's why I wanted to keep the Techdegree projects together. But guess it might be better for access if every project has it's own repo. I'll keep them separated for now. Thank you! :)
Jacob Mishkin
23,118 PointsNot a problem. It also makes it easier work flow. Think of it as one project one repo so when you git pull from your repo to work on the project there will only be that project. It's easier to maintain.
Caroline Forslund
Front End Web Development Techdegree Graduate 36,096 PointsTrue, didn't think of that scenario. Thank you! :)
Dave McFarland
Treehouse TeacherCaroline Forslund -- yes, please put each project into its own repository. As Jacob Mishkin points out, it's a lot easier to work with projects in separate repositories, and is the professional approach.
It'll also look better when you apply for a job to show multiple repositories, so potential employers can see all the work you've done.
Caroline Forslund
Front End Web Development Techdegree Graduate 36,096 PointsThen I better stick to that approach. Thank you Dave! :)