You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/11-git-internals/sections/plumbing-porcelain.asc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ These commands are generally referred to as ``plumbing'' commands, and the more
6
6
7
7
The book's first nine chapters deal almost exclusively with porcelain commands.
8
8
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.
10
10
11
11
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.
12
12
If you want to back up or clone your repository, copying this single directory elsewhere gives you nearly everything you need.
0 commit comments