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 Git Basics Why Version Control Matters Version Control Review

Sreng Hong
Sreng Hong
15,083 Points

Anyone has any idea what we should fill in this gap?

Each project you have under version control will have a ............ , which is a collection of ................. describing the changes to your project as you work.

I can't figure out. I think the first one should be description and I have no clue on the second one. Thanks

2 Answers

Ken Alger
STAFF
Ken Alger
Treehouse Teacher

Sreng;

The info is in the video, but if I recall correctly you have to piece the two bits together, that is there isn't one sentence that covers both.

Each project has repositories, which are collections of commits.

Sreng Hong
Sreng Hong
15,083 Points

Thank Ken!! I was thinking wrong.

Each project you have under version control will have a repository , which is a collection of commits describing the changes to your project as you work.