summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorThomas Rast <trast@student.ethz.ch>2009-06-06 13:11:07 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-06-06 20:30:41 (GMT)
commit801a011dcf41f0415dee81f0500673e058bdee30 (patch)
tree1d0fcb8a5c0669d3246d3817f5e45b8cf9079045 /Documentation/git.txt
parent73bb33a94ec67a53e7d805b12ad9264fa25f4f8d (diff)
downloadgit-801a011dcf41f0415dee81f0500673e058bdee30.zip
git-801a011dcf41f0415dee81f0500673e058bdee30.tar.gz
git-801a011dcf41f0415dee81f0500673e058bdee30.tar.bz2
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/git.txt')
-rw-r--r--Documentation/git.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 9d8f236..3589a12 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -227,6 +227,8 @@ The link:user-manual.html#git-concepts[git concepts chapter of the
user-manual] and linkgit:gitcore-tutorial[7] both provide
introductions to the underlying git architecture.
+See linkgit:gitworkflows[7] for an overview of recommended workflows.
+
See also the link:howto-index.html[howto] documents for some useful
examples.
@@ -644,7 +646,8 @@ SEE ALSO
linkgit:gittutorial[7], linkgit:gittutorial-2[7],
link:everyday.html[Everyday Git], linkgit:gitcvs-migration[7],
linkgit:gitglossary[7], linkgit:gitcore-tutorial[7],
-linkgit:gitcli[7], link:user-manual.html[The Git User's Manual]
+linkgit:gitcli[7], link:user-manual.html[The Git User's Manual],
+linkgit:gitworkflows[7]
GIT
---