@@ -22,18 +22,17 @@ unusually rich command set that provides both high-level operations
2222and full access to internals.
2323
2424See linkgit:gittutorial[7] to get started, then see
25- link:everyday.html[Everyday Git] for a useful minimum set of commands, and
26- "man git-commandname" for documentation of each command. CVS users may
27- also want to read linkgit:gitcvs-migration[7]. See
28- the link:user-manual.html[Git User's Manual] for a more in-depth
29- introduction.
25+ link:everyday.html[Everyday Git] for a useful minimum set of
26+ commands. The link:user-manual.html[Git User's Manual] has a more
27+ in-depth introduction.
3028
31- The '<command>' is either a name of a Git command (see below) or an alias
32- as defined in the configuration file (see linkgit:git-config[1]).
29+ After you mastered the basic concepts, you can come back to this
30+ page to learn what commands git offers. You can learn more about
31+ individual git commands with "git help command". linkgit:gitcli[7]
32+ manual page gives you an overview of the command line command syntax.
3333
34- Formatted and hyperlinked version of the latest git
35- documentation can be viewed at
36- `http://git-htmldocs.googlecode.com/git/git.html`.
34+ Formatted and hyperlinked version of the latest git documentation
35+ can be viewed at `http://git-htmldocs.googlecode.com/git/git.html`.
3736
3837ifdef::stalenotes[]
3938[NOTE]
@@ -411,24 +410,6 @@ help ...`.
411410 linkgit:git-replace[1] for more information.
412411
413412
414- FURTHER DOCUMENTATION
415- ---------------------
416-
417- See the references above to get started using git. The following is
418- probably more detail than necessary for a first-time user.
419-
420- The link:user-manual.html#git-concepts[git concepts chapter of the
421- user-manual] and linkgit:gitcore-tutorial[7] both provide
422- introductions to the underlying git architecture.
423-
424- See linkgit:gitworkflows[7] for an overview of recommended workflows.
425-
426- See also the link:howto-index.html[howto] documents for some useful
427- examples.
428-
429- The internals are documented in the
430- link:technical/api-index.html[GIT API documentation].
431-
432413GIT COMMANDS
433414------------
434415
@@ -848,6 +829,29 @@ The index is also capable of storing multiple entries (called "stages")
848829for a given pathname. These stages are used to hold the various
849830unmerged version of a file when a merge is in progress.
850831
832+ FURTHER DOCUMENTATION
833+ ---------------------
834+
835+ See the references in the "description" section to get started
836+ using git. The following is probably more detail than necessary
837+ for a first-time user.
838+
839+ The link:user-manual.html#git-concepts[git concepts chapter of the
840+ user-manual] and linkgit:gitcore-tutorial[7] both provide
841+ introductions to the underlying git architecture.
842+
843+ See linkgit:gitworkflows[7] for an overview of recommended workflows.
844+
845+ See also the link:howto-index.html[howto] documents for some useful
846+ examples.
847+
848+ The internals are documented in the
849+ link:technical/api-index.html[GIT API documentation].
850+
851+ Users migrating from CVS may also want to
852+ read linkgit:gitcvs-migration[7].
853+
854+
851855Authors
852856-------
853857Git was started by Linus Torvalds, and is currently maintained by Junio
0 commit comments