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[]