Skip to content

Commit 2cb96c2

Browse files
committed
Rename 'Git Basics' from chapter 1 to 'What is Git?'
Because there is one more 'basics' in the chapter 2.
1 parent c883d07 commit 2cb96c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/01-introduction/sections/basics.asc book/01-introduction/sections/what-is-git.asc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== Git Basics
1+
=== What is Git?
22

33
So, what is Git in a nutshell?
44
This is an important section to absorb, because if you understand what Git is and the fundamentals of how it works, then using Git effectively will probably be much easier for you.

ch01-getting-started.asc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include::book/01-introduction/sections/about-version-control.asc[]
99

1010
include::book/01-introduction/sections/history.asc[]
1111

12-
include::book/01-introduction/sections/basics.asc[]
12+
include::book/01-introduction/sections/what-is-git.asc[]
1313

1414
include::book/01-introduction/sections/command-line.asc[]
1515

0 commit comments

Comments
 (0)