Skip to content

Commit 7003ed9

Browse files
committed
add appendices
1 parent 31fd561 commit 7003ed9

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

book/introduction.asc

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
== Introduction
33

44
You’re about to spend several hours of your life reading about Git. Let’s take a minute to explain
5-
what we have in store for you. Here is a quick summary of the nine chapters of this book.
5+
what we have in store for you. Here is a quick summary of the ten chapters and three appendices of this book.
66

77
In *Chapter 1*, we’re going to cover Version Control Systems (VCSs) and Git basics—no
88
technical stuff, just what Git is, why it came about in a land full of VCSs, what sets it apart, and
@@ -53,4 +53,17 @@ and more. Throughout the book, we will refer to sections of this chapter in case
5353
diving deep at that point; but if you are like me and want to dive into the technical details, you
5454
may want to read Chapter 10 first. We leave that up to you.
5555

56+
In *Appendix A* we look at a number of examples of using Git in various specific environments. We cover
57+
a number of different GUIs and IDE programming enviornments that you may want to use Git in and what
58+
is available for you. If you're interested in an overview of using Git in your shell, in Visual Studio
59+
or Eclipse, take a look here.
60+
61+
In *Appendix B* we explore scripting and extending Git through tools like libgit2 and JGit. If you're
62+
interested in writing complex and fast custom tools and need low level Git access, this is where you can
63+
see what that landscape looks like.
64+
65+
Finally in *Appendix C* we go through all the major Git commands one at a time and review where in the book
66+
we covered them and what we did with them. If you want to know where in the book we used any specific Git
67+
command you can look that up here.
68+
5669
Let’s get started.

0 commit comments

Comments
 (0)