1
0
mirror of synced 2025-12-21 19:06:49 -05:00

Fix external link to Pro Git subtree merge chapter (#904)

In the 2nd edition of the Pro Git book, the Subtree Merging chapter has
been subsumed by an Advanced Merging chapter, which contains a
subsection on subtree merging.

Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
Richard Xia
2020-11-03 04:03:43 -08:00
committed by GitHub
parent 913e410243
commit e0fc5e7419

View File

@@ -105,5 +105,5 @@ $ git pull -s subtree spoon-knife main
### Further reading
- [The "Subtree Merging" chapter from the _Pro Git_ book](https://git-scm.com/book/en/Git-Tools-Subtree-Merging)
- [The "Advanced Merging" chapter from the _Pro Git_ book](https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging)
- "[How to use the subtree merge strategy](https://www.kernel.org/pub/software/scm/git/docs/howto/using-merge-subtree.html)"