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 trialMohammed El Bajaj
Front End Web Development Techdegree Student 9,355 PointsWhat is a branch?
Why is a branch needed, what is the purpuse of it, overall what is a branch?
2 Answers
Minardo Toirac Isla
10,341 PointsA branch is a partial or complete repository copy that is used to make changes to the code without updating the production repository. It helps us to test the code before updating it into the main repository.
Mohammed El Bajaj
Front End Web Development Techdegree Student 9,355 PointsThanks, that is now more clear.