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 trialOLUBUKOLA OGUNSOLA
Full Stack JavaScript Techdegree Graduate 30,442 Pointsremote
i don't think i understand what i required here, i tried git pull but doesn't work. Can someone advice?
OLUBUKOLA OGUNSOLA
Full Stack JavaScript Techdegree Graduate 30,442 PointsJason Anello
Courses Plus Student 94,610 PointsWhich task were you on?
OLUBUKOLA OGUNSOLA
Full Stack JavaScript Techdegree Graduate 30,442 Pointstask 3
1 Answer
Jason Anello
Courses Plus Student 94,610 PointsFor task 3, git remote add
is the command you're looking for.
It takes 2 arguments after the command. The first one is the name of the repository and the second is the url where it's located at.
Let me know if you're still stuck.
OLUBUKOLA OGUNSOLA
Full Stack JavaScript Techdegree Graduate 30,442 Pointsthanks a lot
Jason Anello
Courses Plus Student 94,610 PointsJason Anello
Courses Plus Student 94,610 PointsCan you link to what lesson you're on?