diff options
-rw-r--r-- | using-git.texinfo | 48 |
1 files changed, 22 insertions, 26 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 661ecd0..41beac2 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -45,6 +45,28 @@ Texts. A copy of the license is included in the section entitled @center git: A silly, incompetent, stupid, annoying, or childish person. @vskip 0pt plus 1filll @insertcopying +@page + + +@center @titlefont{Prelude} +@sp 1 + +@noindent +This Git manual is intended to be +educational rather than a lookup +documentation. And written as a +tutorial, similarly to an educational +math book, except it does not include +problems to solve or test. +Consequentially, it is designed to +be read chapter by chapter with +occasional look-back. Because of +the scattered design of the content +layout, Git's online documentation, +accessible with @command{man git} +and @command{man git VERB}, is much +better for quick lookup of information, +such as how to use a command. @end titlepage @contents @@ -69,32 +91,6 @@ Texts. A copy of the license is included in the section entitled -@center @titlefont{Prelude} -@sp 1 - -@noindent -This Git manual is intended to be -educational rather than a lookup -documentation. And written as a -tutorial, similarly to an educational -math book, except it does not include -problems to solve or test. -Consequentially, it is designed to -be read chapter by chapter with -occasional look-back. - -Because of the scattered design -of the content layout, Git's online -documentation, accessible with -@command{man git} and -@command{man git VERB}, is much -better for quick lookup of information, -such as how to use a command. - - - -@page - @node Getting started @chapter Getting started |