We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edc2d4 commit bc603f4Copy full SHA for bc603f4
book/10-git-internals/sections/plumbing-porcelain.asc
@@ -1,7 +1,7 @@
1
[[_plumbing_porcelain]]
2
=== 底层命令和高层命令
3
4
-本书旨在讨论如何通过 `checkout`、`branch`、`remote` 等大约30个诸如此类动词形式的命令来玩转 Git。
+本书旨在讨论如何通过 `checkout`、`branch`、`remote` 等大约 30 个诸如此类动词形式的命令来玩转 Git。
5
然而,由于 Git 最初是一套面向版本控制系统的工具集,而不是一个完整的、用户友好的版本控制系统,所以它还包含了一部分用于完成底层工作的命令。
6
这些命令被设计成能以 UNIX 命令行的风格连接在一起,抑或藉由脚本调用,来完成工作。
7
这部分命令一般被称作“底层(plumbing)”命令,而那些更友好的命令则被称作“高层(porcelain)”命令。
0 commit comments