Skip to content

Commit 3d1e852

Browse files
committed
some of them sort of are meant to be used manually
1 parent 28f54c0 commit 3d1e852

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
@@ -6,7 +6,7 @@ These commands are generally referred to as ``plumbing'' commands, and the more
66

77
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.
9-
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.
9+
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.
1010

1111
When you run `git init` in a new or existing directory, Git creates the `.git` directory, which is where almost everything that Git stores and manipulates is located.
1212
If you want to back up or clone your repository, copying this single directory elsewhere gives you nearly everything you need.

0 commit comments

Comments
 (0)