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 trialLaura Cressman
12,548 PointsGit Challenge?
Hi everyone, I don't know what this question is asking... I've got my own copy of the repository hosted at http://tommysgitstuff.com/git_basics/cool_stuff.git. What command would you use to add my copy of the repository as a remote? Give the remote the name "tommy."
Any help? Thanks:) Laura
2 Answers
Etai Klein
239 PointsIt's completely really me. And yes, so many feels.
Etai Klein
239 PointsHey Laura!
I'm not totally sure I get your question: Are you trying to upload your local project to your personal github account?
- cd yourlocalcopy
- git init
- git add .
- git commit -m 'First commit'
- //go to github.com and make a new repo in your account
- git remote add origin https://github.com/yourgit/yourrepo.git
- git push origin master
Laura Cressman
12,548 PointsOH MY GOSH is it really you Etai???
Laura Cressman
12,548 PointsI cannot handle right now OMG like I know you in real life
Laura Cressman
12,548 PointsLaura Cressman
12,548 PointsIt's so nice to stay connected :)