Skip to content
Merged
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
12 changes: 6 additions & 6 deletions book/introduction.asc
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ chapter shows you how to cope if you still have to use a SVN server. We also cov
import projects from several different systems in case you do convince everyone to make the
plunge.

Now that you know all about Git and can wield it with power and grace, you can move on to
*Chapter 10*, which delves into the murky yet beautiful depths of Git internals. Here we will
discuss how Git stores its objects, what the object model is, details of packfiles, server protocols,
and more. Throughout the book, we will refer to sections of this chapter in case you feel like
diving deep at that point; but if you are like me and want to dive into the technical details, you
may want to read Chapter 10 first. We leave that up to you.
*Chapter 10* delves into the murky yet beautiful depths of Git internals. Now that you know all
about Git and can wield it with power and grace, you can move on to discuss how Git stores its objects,
what the object model is, details of packfiles, server protocols, and more. Throughout the book,
we will refer to sections of this chapter in case you feel like diving deep at that point;
but if you are like me and want to dive into the technical details, you may want to read Chapter 10 first.
We leave that up to you.

In *Appendix A* we look at a number of examples of using Git in various specific environments. We cover
a number of different GUIs and IDE programming environments that you may want to use Git in and what
Expand Down