diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-06-05 18:33:27 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2007-06-10 16:38:50 -0400 |
commit | 99f171bb7ac5032dde256c02476240c0d019a5fe (patch) | |
tree | fb8256086110ac0d8797059bd9f1acdc2a4b1d5f /Documentation | |
parent | 29cf5e1245344b8827ffc0bbcb6f712a3ccc647d (diff) | |
download | git-99f171bb7ac5032dde256c02476240c0d019a5fe.tar.gz git-99f171bb7ac5032dde256c02476240c0d019a5fe.tar.xz |
user-manual: quick-start updates
Update text to reflect new position in appendix.
Update the name to reflect the fact that this is closer to reference
than tutorial documentation (as suggested by Jonas Fonseca).
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 7eaafa80e..b64c55f3d 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -27,7 +27,7 @@ $ man git-clone See also <<git-quick-start>> for a brief overview of git commands, without any explanation. -Also, see <<todo>> for ways that you can help make this manual more +Finally, see <<todo>> for ways that you can help make this manual more complete. @@ -3669,11 +3669,11 @@ itself! include::glossary.txt[] [[git-quick-start]] -Appendix A: Git Quick Start -=========================== +Appendix A: Git Quick Reference +=============================== -This is a quick summary of the major commands; the following chapters -will explain how these work in more detail. +This is a quick summary of the major commands; the previous chapters +explain how these work in more detail. [[quick-creating-a-new-repository]] Creating a new repository |