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 trial

General Discussion

Caroline Forslund
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Caroline Forslund
Front End Web Development Techdegree Graduate 36,096 Points

Do 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

I 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
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Caroline Forslund
Front End Web Development Techdegree Graduate 36,096 Points

Thanks 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! :)

Not 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.

Dave McFarland
STAFF
Dave McFarland
Treehouse Teacher

Caroline 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.