diff options
author | Philip Oakley <philipoakley@iee.org> | 2014-10-10 22:25:37 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-10 16:02:26 -0700 |
commit | 673151a9bb56ec97fab66746e3aecef78fddb9b8 (patch) | |
tree | 0f933ad11826289b106c89c14d9b38f1e8245ec6 /Documentation/gitcore-tutorial.txt | |
parent | doc: Makefile regularise OBSOLETE_HTML list building (diff) | |
download | tgif-673151a9bb56ec97fab66746e3aecef78fddb9b8.tar.xz |
doc: add 'everyday' to 'git help'
The "Everyday GIT With 20 Commands Or So" is not accessible via the
Git help system. Move everyday.txt to giteveryday.txt so that "git
help everyday" works, and create a new placeholder file everyday.html
to refer people who follow existing URLs to the updated location.
giteveryday.txt now formats well with AsciiDoc as a man page and
refreshed content to a more command modern style.
Add 'everyday' to the help --guides list and update git(1) and 5
other links to giteveryday.
Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitcore-tutorial.txt')
-rw-r--r-- | Documentation/gitcore-tutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcore-tutorial.txt b/Documentation/gitcore-tutorial.txt index d2d7c213dd..8475c07932 100644 --- a/Documentation/gitcore-tutorial.txt +++ b/Documentation/gitcore-tutorial.txt @@ -1667,7 +1667,7 @@ linkgit:gittutorial[7], linkgit:gittutorial-2[7], linkgit:gitcvs-migration[7], linkgit:git-help[1], -link:everyday.html[Everyday git], +linkgit:giteveryday[7], link:user-manual.html[The Git User's Manual] GIT |