Slide 4
Slide 4 text
4
Git Porcelain and Plumbing
● Porcelain: the Git commands that you normally use
○ add, merge, commit, log, grep, status, …
○ Relatively† user-friendly
● Plumbing: the low-level commands that provide the actual
implementation
○ Generally, you don’t need to know these
† C’mon, it’s Git.