Skip to content

Commit

Permalink
Merge branch 'rr/core-tutorial'
Browse files Browse the repository at this point in the history
* rr/core-tutorial:
  Documentation: Update git core tutorial clarifying reference to scripts
  • Loading branch information
Junio C Hamano committed Jan 20, 2010
2 parents 6751e04 + 52eb517 commit 19c61a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Documentation/gitcore-tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ interfaces on top of it called "porcelain". You may not want to use the
plumbing directly very often, but it can be good to know what the
plumbing does for when the porcelain isn't flushing.

Back when this document was originally written, many porcelain
commands were shell scripts. For simplicity, it still uses them as
examples to illustrate how plumbing is fit together to form the
porcelain commands. The source tree includes some of these scripts in
contrib/examples/ for reference. Although these are not implemented as
shell scripts anymore, the description of what the plumbing layer
commands do is still valid.

[NOTE]
Deeper technical details are often marked as Notes, which you can
skip on your first reading.
Expand Down

0 comments on commit 19c61a5

Please sign in to comment.