Skip to content

Commit e0182ff

Browse files
authored
Merge pull request #1177 from Splarv/master
Rename 'Git Basics' from chapter 1 to 'What is Git?'
2 parents e6865c7 + 2cb96c2 commit e0182ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)