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 GitHub Basics Create a Web Presence on GitHub Create a Project Website

David Good
David Good
12,348 Points

Missing git fetch

Just a note that you do not go over the git fetch command in any of the videos or I missed which video it was in.

dan cornwell
dan cornwell
6,877 Points

yes that right and i cant find it eather

1 Answer

Jamie Reardon
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Jamie Reardon
Treehouse Project Reviewer

Hi David Good! I know this post is rather old now and you've probably found the information you are looking for, but I thought I'd still leave an answer for anyone new who maybe unsure too. If you are looking for coverage on the git fetch command I suggest you take a look at the Git Branches and Merging Courses course instead. This course is just cover GitHub itself, and some git commands will not be covered in the videos. The teachers may be using git pull (which does a git fetch as a shortcut as well as pull). It is mentioned as an answer to one of the quizzes at least but the general principle of the command is to allow you to see if there are any changes and potentially review them before you consider pulling the changes.