Skip to content

Commit 28f54c0

Browse files
committed
there are now nine preceding chapters
1 parent 5da96e2 commit 28f54c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/11-git-internals/sections/plumbing-porcelain.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This book covers how to use Git with 30 or so verbs such as `checkout`, `branch`
44
But because Git was initially a toolkit for a VCS rather than a full user-friendly VCS, it has a bunch of verbs that do low-level work and were designed to be chained together UNIX style or called from scripts.
55
These commands are generally referred to as ``plumbing'' commands, and the more user-friendly commands are called ``porcelain'' commands.
66

7-
The book's first eight chapters deal almost exclusively with porcelain commands.
7+
The book's first nine chapters deal almost exclusively with porcelain commands.
88
But in this chapter, you'll be dealing mostly with the lower-level plumbing commands, because they give you access to the inner workings of Git, and help demonstrate how and why Git does what it does.
99
These commands aren't meant to be used manually on the command line, but rather to be used as building blocks for new tools and custom scripts.
1010

0 commit comments

Comments
 (0)