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

on the Git remote code challenge task 4/4 I can't figure out waht the challenge wants.

Now that you've got my remote added to your repository, what command would you run to pull my latest changes from master?

my trial was: git pull origin tommy but it failed to work

pliz pliz help

3 Answers

The problem is you should be pulling from tommy not origin so you should type:

git pull tommy master

Kevin Korte
Kevin Korte
28,149 Points

Do you have a link to the challenge?

Aaron HARPT
Aaron HARPT
19,845 Points

You should try git pull origin master.