Skip to content

Commit 1844e4e

Browse files
committed
fix typo: preserve → persevere
1 parent 104df20 commit 1844e4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 00-Preface.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This book also has some recommended prerequisite knowledge and tools:
6060
Again, if you don't know any of this: don't worry. The book may be trickier for you, but it shouldn't be impossible, and there's nothing that another beginner title or search online won't be able to help you with.
6161

6262
#### Roadmap
63-
Part 1 (chapters 1-2) will fly through the basics of using Git while teaching you the underlying concepts that are often misunderstood or omitted in beginners guides. You may know how to use Git already but I’d encourage you to preserve with this anyway; it’s setting a good foundation which the rest of the book will build upon.
63+
Part 1 (chapters 1-2) will fly through the basics of using Git while teaching you the underlying concepts that are often misunderstood or omitted in beginners guides. You may know how to use Git already but I’d encourage you to persevere with this anyway; it’s setting a good foundation which the rest of the book will build upon.
6464

6565
Chapter 1 will cover why Git was created and how to create and interact with a local Git repository by committing files, viewing history, examining changes between commits, and using graphical tools.
6666

Diff for: 01-01-IntroductionToGit.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction to Git
22
ifdef::env-github[:outfilesuffix: .adoc]
33

4-
Part 1 (chapters 1-2) will fly through the basics of using Git while teaching you the underlying concepts that are often misunderstood or omitted in beginners guides. You may know how to use Git already, but I’d encourage you to preserve with this anyway; it’s setting a good foundation which the rest of the book will build upon.
4+
Part 1 (chapters 1-2) will fly through the basics of using Git while teaching you the underlying concepts that are often misunderstood or omitted in beginners guides. You may know how to use Git already, but I’d encourage you to persevere with this anyway; it’s setting a good foundation which the rest of the book will build upon.
55

66
This part will cover the following topics:
77

0 commit comments

Comments
 (0)