Skip to content

Update introduction.asc #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/content/introduction.asc
Original file line number Diff line number Diff line change
@@ -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.
Expand Down