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 Hello, GitHub! Social Coding Review

Answer to quiz question about a social feature

What is the social feature which allows you to make a copy of a repository & is used to either propose changes back to the original project or as a starting point for your own idea.

2 Answers

A fork is a social feature which allows you to make a copy of a repository & is used to either propose changes back to the original project or as a starting point for your own idea.

Steven Parker
Steven Parker
229,786 Points

:point_right: The answer is discussed about 30 seconds into the video on Social Coding:

Forking a repository, like branching, allows you to freely experiment with changes without affecting the original project. Forks are either used to propose changes to someone else's project, ... or to use someone else's project as a starting point for your own idea.

Steven Parker
Steven Parker
229,786 Points

To those who downvoted this answer :-1:

Would you please leave a comment letting me know why you felt the answer was bad, and what I could do to improve the quality of it? Thanks!