diff options
Diffstat (limited to 'doc/topics/git/cherry_picking.md')
-rw-r--r-- | doc/topics/git/cherry_picking.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/git/cherry_picking.md b/doc/topics/git/cherry_picking.md index 64d1914019d..98458133937 100644 --- a/doc/topics/git/cherry_picking.md +++ b/doc/topics/git/cherry_picking.md @@ -74,7 +74,7 @@ into a different branch (`stable`): git cherry-pick <SHA> ``` -## Related links +## Related topics - Cherry-pick commits with [the Commits API](../../api/commits.md#cherry-pick-a-commit) - Git documentation [for cherry-picks](https://git-scm.com/docs/git-cherry-pick) |