Skip to content

Commit b58643d

Browse files
authored
Merge pull request #959 from c-rhodes/patch-1
Update plumbing-porcelain.asc
2 parents 02eb4d5 + 00d8ae4 commit b58643d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

8-
As you will have have noticed by now, this book's first nine chapters deal almost exclusively with porcelain commands.
8+
As you will have noticed by now, this book's first nine chapters deal almost exclusively with porcelain commands.
99
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.
1010
Many of 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.
1111

0 commit comments

Comments
 (0)