Skip to content

Rename 'Git Basics' from chapter 1 to 'What is Git?' #1177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 15, 2019
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