1
00:00:00,000 --> 00:00:09,280
Welcome to using Git for version control.

2
00:00:09,280 --> 00:00:11,560
In this lesson you'll learn how to work with Git.

3
00:00:11,560 --> 00:00:16,639
I'll first explain what it is, and next you'll learn how to create and clone Git repositories.

4
00:00:16,639 --> 00:00:21,000
Then you'll learn how to undo or merge changes, and how to work with branches.

5
00:00:21,000 --> 00:00:25,440
I'll also explain how the .gitignore file can be used to exclude certain files from

6
00:00:25,440 --> 00:00:27,780
being synchronized.

7
00:00:27,780 --> 00:00:30,820
At the end of this lesson you'll find the lab as well as the lab solution.

