From 1392938b9a7b354087c5108b65a31a255412eb10 Mon Sep 17 00:00:00 2001 From: dahalnischal <72251500+dahalnischal@users.noreply.github.com> Date: Fri, 2 Oct 2020 15:12:47 +0545 Subject: [PATCH] Update introduction.asc --- book/content/introduction.asc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/content/introduction.asc b/book/content/introduction.asc index cec2cb11..9a1326e8 100644 --- a/book/content/introduction.asc +++ b/book/content/introduction.asc @@ -1,13 +1,13 @@ [preface] == Introduction -You are about to become a better programmer and grasp the fundamentals of Algorithms and Data Structures. +You are about to become a better programmer and graps the fundamentals of Algorithms and Data Structures. Let's take a moment to explain how are we going to do that. This book is divided in 4 main parts.... 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. -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. +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. In *Chapter 2*, we will go over basic Git usage -- how to use Git in the 80% of cases you'll encounter most often. 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.