summaryrefslogtreecommitdiffstats
path: root/howto-index.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
commit076ffcc834f02a4f11d7f4fe8825be3b065020ff (patch)
tree6f5fa28df80c60c9b0a1dfab028d3db33ae22fa0 /howto-index.txt
parent3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb (diff)
downloadgit-htmldocs-076ffcc834f02a4f11d7f4fe8825be3b065020ff.tar.gz
Autogenerated HTML docs for v1.8.1.2-545-g2f19ad
Diffstat (limited to 'howto-index.txt')
-rw-r--r--howto-index.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/howto-index.txt b/howto-index.txt
index 98d0ed600..798798ed4 100644
--- a/howto-index.txt
+++ b/howto-index.txt
@@ -1,12 +1,12 @@
-GIT Howto Index
+Git Howto Index
===============
Here is a collection of mailing list postings made by various
-people describing how they use git in their workflow.
+people describing how they use Git in their workflow.
* link:howto/maintain-git.html[maintain-git] by Junio C Hamano <gitster@pobox.com>
-Imagine that git development is racing along as usual, when our friendly
+Imagine that Git development is racing along as usual, when our friendly
neighborhood maintainer is struck down by a wayward bus. Out of the
hordes of suckers (loyal developers), you have been tricked (chosen) to
step up as the new maintainer. This howto will show you "how to" do it.
@@ -15,13 +15,13 @@ step up as the new maintainer. This howto will show you "how to" do it.
* link:howto/new-command.html[new-command] by Eric S. Raymond <esr@thyrsus.com>
This is how-to documentation for people who want to add extension
-commands to git. It should be read alongside api-builtin.txt.
+commands to Git. It should be read alongside api-builtin.txt.
* link:howto/rebase-from-internal-branch.html[rebase-from-internal-branch] by Junio C Hamano <gitster@pobox.com>
In this article, JC talks about how he rebases the
-public "pu" branch using the core GIT tools when he updates
+public "pu" branch using the core Git tools when he updates
the "master" branch, and how "rebase" works. Also discussed
is how this applies to individual developers who sends patches
upstream.
@@ -30,7 +30,7 @@ upstream.
* link:howto/rebuild-from-update-hook.html[rebuild-from-update-hook] by Junio C Hamano <gitster@pobox.com>
In this how-to article, JC talks about how he
-uses the post-update hook to automate git documentation page
+uses the post-update hook to automate Git documentation page
shown at http://www.kernel.org/pub/software/scm/git/docs/.