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 trialBrian Shooll
3,146 PointsHow do I connect my Atom projects with Github?
I've installed Atom and I see Github is an available feature for uploading your projects. I created a Github account on their website. I cannot figure out how to get the Atom software to connect to my Github account. I'm a newb. Please help. Thanks.
Javier Alvarado
16,060 PointsAre you using Windows or MacOS?
Brian Shooll
3,146 PointsI am running Windows. I thought Git was already integrated into Atom. I didn't think I had to download Git but I'll give that a try.
Sandra Hogan
8,657 PointsSandra Hogan
8,657 PointsYou will first need to install git on your computer. You can get the download here: https://git-scm.com/downloads Once it is installed you will need to configure it... A few more links to help with Getting Started and Configuring git: https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control#_getting_started https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration
Hopeully that helps :-)