Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

'porcelain' is completely new to me in this context. Could you explain what it means? (and who uses it?)


In more general terms, the 'porcelain' is the user-friendly interface commands, and the 'plumbing' is the internal commands.

With Git, it's often said that some of the 'porcelain' commands only make sense in the context of the 'plumbing' ones, and you should understand the internals first before being able to use the more user-friendly interface. It's things like this that lead people to create more friendly interfaces like Legit here.


"Porcelain" is git terminology for the user interface on top of the git low-level plumbing:

http://progit.org/book/ch9-1.html




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: