summaryrefslogtreecommitdiff
path: root/doc/topics/git/cherry_picking.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-12-02 00:17:32 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-02 00:17:32 +0000
commitef615776bf132cb0c56cafd51ac97fb1b7f26a58 (patch)
tree6656732d3d9434300c6fcf4057254083c9b269eb /doc/topics/git/cherry_picking.md
parent7b78125a3829026f54bd87ab560758de3f37ad82 (diff)
downloadgitlab-ce-ef615776bf132cb0c56cafd51ac97fb1b7f26a58.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/topics/git/cherry_picking.md')
-rw-r--r--doc/topics/git/cherry_picking.md2
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)