From 2cb96c2212c090d2ee26ab18eb8f7a3def10e2b2 Mon Sep 17 00:00:00 2001 From: Olleg Samoylov Date: Fri, 15 Feb 2019 13:42:43 +0300 Subject: [PATCH] Rename 'Git Basics' from chapter 1 to 'What is Git?' Because there is one more 'basics' in the chapter 2. --- book/01-introduction/sections/{basics.asc => what-is-git.asc} | 2 +- ch01-getting-started.asc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename book/01-introduction/sections/{basics.asc => what-is-git.asc} (99%) diff --git a/book/01-introduction/sections/basics.asc b/book/01-introduction/sections/what-is-git.asc similarity index 99% rename from book/01-introduction/sections/basics.asc rename to book/01-introduction/sections/what-is-git.asc index 3207f0090..827e4be1f 100644 --- a/book/01-introduction/sections/basics.asc +++ b/book/01-introduction/sections/what-is-git.asc @@ -1,4 +1,4 @@ -=== Git Basics +=== What is Git? So, what is Git in a nutshell? 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. diff --git a/ch01-getting-started.asc b/ch01-getting-started.asc index 211b41eca..b5f0d22c2 100644 --- a/ch01-getting-started.asc +++ b/ch01-getting-started.asc @@ -9,7 +9,7 @@ include::book/01-introduction/sections/about-version-control.asc[] include::book/01-introduction/sections/history.asc[] -include::book/01-introduction/sections/basics.asc[] +include::book/01-introduction/sections/what-is-git.asc[] include::book/01-introduction/sections/command-line.asc[]