Skip to content

Commit 801a011

Browse files
trastgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 73bb33a commit 801a011

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Documentation/git.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ The link:user-manual.html#git-concepts[git concepts chapter of the
227227
user-manual] and linkgit:gitcore-tutorial[7] both provide
228228
introductions to the underlying git architecture.
229229

230+
See linkgit:gitworkflows[7] for an overview of recommended workflows.
231+
230232
See also the link:howto-index.html[howto] documents for some useful
231233
examples.
232234

@@ -644,7 +646,8 @@ SEE ALSO
644646
linkgit:gittutorial[7], linkgit:gittutorial-2[7],
645647
link:everyday.html[Everyday Git], linkgit:gitcvs-migration[7],
646648
linkgit:gitglossary[7], linkgit:gitcore-tutorial[7],
647-
linkgit:gitcli[7], link:user-manual.html[The Git User's Manual]
649+
linkgit:gitcli[7], link:user-manual.html[The Git User's Manual],
650+
linkgit:gitworkflows[7]
648651

649652
GIT
650653
---

Documentation/gittutorial.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,9 @@ digressions that may be interesting at this point are:
650650
smart enough to perform a close-to-optimal search even in the
651651
case of complex non-linear history with lots of merged branches.
652652

653+
* linkgit:gitworkflows[7]: Gives an overview of recommended
654+
workflows.
655+
653656
* link:everyday.html[Everyday GIT with 20 Commands Or So]
654657

655658
* linkgit:gitcvs-migration[7]: Git for CVS users.
@@ -661,6 +664,7 @@ linkgit:gitcvs-migration[7],
661664
linkgit:gitcore-tutorial[7],
662665
linkgit:gitglossary[7],
663666
linkgit:git-help[1],
667+
linkgit:gitworkflows[7],
664668
link:everyday.html[Everyday git],
665669
link:user-manual.html[The Git User's Manual]
666670

0 commit comments

Comments
 (0)