Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ch01-getting-started.asc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]

Expand Down