diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-05-13 02:23:11 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2007-05-17 21:58:53 -0400 |
commit | 99eaefdd32f25a6b76b2bd52bb253e19a4a3cad4 (patch) | |
tree | 7903d3a0082b36fe03673ac8f6bd7cfeaf922a9a | |
parent | 46acd3fa32404a9373d48c9caba271c34357ec9f (diff) | |
download | git-99eaefdd32f25a6b76b2bd52bb253e19a4a3cad4.tar.gz git-99eaefdd32f25a6b76b2bd52bb253e19a4a3cad4.tar.xz |
user-manual: introduce git
Well, we should say at least something about what git is.
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
-rw-r--r-- | Documentation/user-manual.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 242f5aa47..773ed3664 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1,6 +1,9 @@ Git User's Manual (for version 1.5.1 or newer) ______________________________________________ + +Git is a fast distributed revision control system. + This manual is designed to be readable by someone with basic unix command-line skills, but no previous knowledge of git. |