diff options
author | Thomas Rast <trast@student.ethz.ch> | 2009-06-06 15:11:07 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-06-06 13:30:41 -0700 |
commit | 801a011dcf41f0415dee81f0500673e058bdee30 (patch) | |
tree | 1d0fcb8a5c0669d3246d3817f5e45b8cf9079045 /Documentation/gittutorial.txt | |
parent | 73bb33a94ec67a53e7d805b12ad9264fa25f4f8d (diff) | |
download | git-801a011dcf41f0415dee81f0500673e058bdee30.tar.gz git-801a011dcf41f0415dee81f0500673e058bdee30.tar.xz |
Documentation: refer to gitworkflows(7) from tutorial and git(1)
Add references to the gitworkflows(7) manpage added in f948dd8
(Documentation: add manpage about workflows, 2008-10-19) to both
gittutorial(1) and git(1), so that new users might actually discover
and read it.
Noticed by Randal L. Schwartz.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gittutorial.txt')
-rw-r--r-- | Documentation/gittutorial.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt index c5d5596d8..c7fa949c2 100644 --- a/Documentation/gittutorial.txt +++ b/Documentation/gittutorial.txt @@ -650,6 +650,9 @@ digressions that may be interesting at this point are: smart enough to perform a close-to-optimal search even in the case of complex non-linear history with lots of merged branches. + * linkgit:gitworkflows[7]: Gives an overview of recommended + workflows. + * link:everyday.html[Everyday GIT with 20 Commands Or So] * linkgit:gitcvs-migration[7]: Git for CVS users. @@ -661,6 +664,7 @@ linkgit:gitcvs-migration[7], linkgit:gitcore-tutorial[7], linkgit:gitglossary[7], linkgit:git-help[1], +linkgit:gitworkflows[7], link:everyday.html[Everyday git], link:user-manual.html[The Git User's Manual] |