@ -20,11 +20,11 @@ Git is a fast, scalable, distributed revision control system with an
unusually rich command set that provides both high-level operations
unusually rich command set that provides both high-level operations
and full access to internals.
and full access to internals.
See this linkgit:gittutorial[7][tutorial] to get started, then see
See linkgit:gittutorial[7] to get started, then see
link:everyday.html[Everyday Git] for a useful minimum set of commands, and
link:everyday.html[Everyday Git] for a useful minimum set of commands, and
"man git-commandname" for documentation of each command. CVS users may
"man git-commandname" for documentation of each command. CVS users may
also want to read linkgit:gitcvs-migration[7][CVS migration]. See
also want to read linkgit:gitcvs-migration[7]. See
link:user-manual.html[Git User's Manual] for a more in-depth
the link:user-manual.html[Git User's Manual] for a more in-depth
introduction.
introduction.
The COMMAND is either a name of a Git command (see below) or an alias
The COMMAND is either a name of a Git command (see below) or an alias
@ -182,13 +182,14 @@ See the references above to get started using git. The following is
probably more detail than necessary for a first-time user.
probably more detail than necessary for a first-time user.
The link:user-manual.html#git-concepts[git concepts chapter of the
The link:user-manual.html#git-concepts[git concepts chapter of the
user-manual] and the linkgit:gitcore-tutorial[7][Core tutorial] both provide
user-manual] and linkgit:gitcore-tutorial[7] both provide
introductions to the underlying git architecture.
introductions to the underlying git architecture.
See also the link:howto-index.html[howto] documents for some useful
See also the link:howto-index.html[howto] documents for some useful
examples.
examples.
The internals are documented link:technical/api-index.html[here].
The internals are documented in the
link:technical/api-index.html[GIT API documentation].
GIT COMMANDS
GIT COMMANDS
------------
------------
@ -372,10 +373,9 @@ For a more complete list of ways to spell object names, see
File/Directory Structure
File/Directory Structure
------------------------
------------------------
Please see the linkgit:gitrepository-layout[5][repository layout]
Please see the linkgit:gitrepository-layout[5] document.
document.
Read linkgit:githooks[5][hooks] for more details about each hook.
Read linkgit:githooks[5] for more details about each hook.
Higher level SCMs may provide and manage additional information in the
Higher level SCMs may provide and manage additional information in the
`$GIT_DIR`.
`$GIT_DIR`.
@ -383,7 +383,7 @@ Higher level SCMs may provide and manage additional information in the
Terminology
Terminology
-----------
-----------
Please see the linkgit:gitglossary[7][glossary] document.
Please see linkgit:gitglossary[7].
Environment Variables
Environment Variables
@ -527,7 +527,7 @@ Discussion[[Discussion]]
More detail on the following is available from the
More detail on the following is available from the
link:user-manual.html#git-concepts[git concepts chapter of the
link:user-manual.html#git-concepts[git concepts chapter of the
user-manual] and the linkgit:gitcore-tutorial[7][Core tutorial].
user-manual] and linkgit:gitcore-tutorial[7].
A git project normally consists of a working directory with a ".git"
A git project normally consists of a working directory with a ".git"
subdirectory at the top level. The .git directory contains, among other
subdirectory at the top level. The .git directory contains, among other