diff --git a/episodes/01-basics.md b/episodes/01-basics.md index 6a05b13438..e04746ddd0 100644 --- a/episodes/01-basics.md +++ b/episodes/01-basics.md @@ -57,8 +57,8 @@ A version control system is a tool that keeps track of these changes for us, effectively creating different versions of our files. It allows us to decide which changes will be made to the next version (each record of these changes is called a [commit](../learners/reference.md#commit)), and keeps useful metadata -about them. The complete history of commits for a particular project and their -metadata make up a [repository](../learners/reference.md#repository). +about them, such as who made the change. The complete history of commits for a +particular project and their metadata make up a [repository](../learners/reference.md#repository). Repositories can be kept in sync across different computers, facilitating collaboration among different people.