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

remote

i don't think i understand what i required here, i tried git pull but doesn't work. Can someone advice?

https://teamtreehouse.com/library/remote-work

Can you link to what lesson you're on?

Which task were you on?

task 3

1 Answer

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

thanks a lot