|
1 | 1 | [preface]
|
2 | 2 | == Introduction
|
3 | 3 |
|
4 | | -You are about to become a better programmer and grasp the fundamentals of Algorithms and Data Structures. |
| 4 | +You are about to become a better programmer and graps the fundamentals of Algorithms and Data Structures. |
5 | 5 | Let's take a moment to explain how are we going to do that.
|
6 | 6 |
|
7 | 7 | This book is divided in 4 main parts....
|
8 | 8 |
|
9 | 9 | In *Chapter 1*, we're going to cover Version Control Systems (VCSs) and Git basics -- no technical stuff, just what Git is, why it came about in a land full of VCSs, what sets it apart, and why so many people are using it.
|
10 | | -Then, we'll explain how to download Git and set it up for the first time if you don't already have it on your system. |
| 10 | +Then, we'll explain how to download Git and set it up for the first time if you don't have already on your system. |
11 | 11 |
|
12 | 12 | In *Chapter 2*, we will go over basic Git usage -- how to use Git in the 80% of cases you'll encounter most often.
|
13 | 13 | After reading this chapter, you should be able to clone a repository, see what has happened in the history of the project, modify files, and contribute changes.
|
|
0 commit comments