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

Development Tools Introduction to Git GitHub and Other Remote Repositories Pushing Commits to GitHub

pushing to github?

I have done all of this tutorial from the provided workspaces and thus far everything has gone just fine but when working on my personal projects do I upload work onto github via chrome devtools or from my preferred text editor? I am not sure about that part! Thank you in advance for any and all help!

1 Answer

Ruben Ponce
seal-mask
.a{fill-rule:evenodd;}techdegree
Ruben Ponce
Full Stack JavaScript Techdegree Student 12,035 Points

I see you're doing the introduction to Git course. It's a great course and I'm very glad I took it early when I started learning because so many places ask you to learn version control. You want to install git on your computer. Use the teacher's note's from this video https://teamtreehouse.com/library/introduction-69 to install it. So when you are working on your project, you have to initialize a git repo on your local files, and commit them, and then push to your Github account. You will learn about how to do all of that in this Git course :)

Ok so I have an account with github but is there more to download? Or will all of that be answered in your recommended link? Thank you so much for your response I really appreciate you taking the time!