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 trialUlysses Hall
1,469 PointsAnswer 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
Robert Dischinger
17,702 PointsA 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
231,172 PointsThe 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
231,172 PointsTo those who downvoted this answer
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!