summaryrefslogtreecommitdiff
path: root/doc/user/project
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-27 00:16:05 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-27 00:16:05 +0000
commit417ef56d244c6c22016fda7c78e69071d14887c3 (patch)
treef88c8de13f17687915402d61261b31d8b5b18c97 /doc/user/project
parent90e793301a277d8d88be2003c455bcbf9d007f7e (diff)
downloadgitlab-ce-417ef56d244c6c22016fda7c78e69071d14887c3.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project')
-rw-r--r--doc/user/project/merge_requests/allow_collaboration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/merge_requests/allow_collaboration.md b/doc/user/project/merge_requests/allow_collaboration.md
index 4a22cc71349..d5851050fd4 100644
--- a/doc/user/project/merge_requests/allow_collaboration.md
+++ b/doc/user/project/merge_requests/allow_collaboration.md
@@ -68,7 +68,7 @@ To change or add a commit to the contributor's merge request:
```shell
git fetch "git@gitlab.com:contributor/forked-project.git" 'fork-branch'
- git checkout -b contributor/fork-branch' FETCH_HEAD
+ git checkout -b 'contributor/fork-branch' FETCH_HEAD
```
Those commands fetch the branch from the forked project, and create a local branch