diff --git a/book/introduction.asc b/book/introduction.asc index ff2f3bc31..b392c676e 100644 --- a/book/introduction.asc +++ b/book/introduction.asc @@ -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