summaryrefslogtreecommitdiffstats
path: root/user-manual.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-06-11 01:21:54 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-06-11 01:21:54 +0000
commitf614c6470329dcb81603708f9710d5dd2c3a9c43 (patch)
treeae083e8c046fa8813139d4fa6096b6e156b48bb7 /user-manual.txt
parent4ec0671755f7d81966311dd0e8cace8abf1aeb13 (diff)
downloadgit-htmldocs-f614c6470329dcb81603708f9710d5dd2c3a9c43.tar.gz
Autogenerated HTML docs for v1.5.2.1-174-gcd03
Diffstat (limited to 'user-manual.txt')
-rw-r--r--user-manual.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/user-manual.txt b/user-manual.txt
index 957cd0076..0bfa21b3d 100644
--- a/user-manual.txt
+++ b/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.
@@ -921,6 +921,7 @@ echo "git diff --stat --summary -M v$last v$new > ../diffstat-$new"
and then he just cut-and-pastes the output commands after verifying that
they look OK.
+[[Finding-comments-with-given-content]]
Finding commits referencing a file with given content
-----------------------------------------------------
@@ -1682,7 +1683,7 @@ automatically set the default remote branch to pull from at the time
that a branch is created:
-------------------------------------------------
-$ git checkout --track -b origin/maint maint
+$ git checkout --track -b maint origin/maint
-------------------------------------------------
In addition to saving you keystrokes, "git pull" also helps you by
@@ -3669,11 +3670,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
@@ -3951,3 +3952,7 @@ CVS, Subversion, and just imports of series of release tarballs.
More details on gitweb?
Write a chapter on using plumbing and writing scripts.
+
+Alternates, clone -reference, etc.
+
+git unpack-objects -r for recovery