Skip to content
Snippets Groups Projects
Commit e278b005 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Discourage copy-paste

parent 1e3b7b04
No related branches found
No related tags found
1 merge request!155Set up GDK with a gitlab-ce fork by default
Loading
Loading
@@ -237,8 +237,9 @@ The `Makefile` will clone the repositories, install the Gem bundles and set up
basic configuration files. Pick one:
 
```
# Set up GDK with 'origin' pointing to your gitlab-ce fork
make gitlab_repo=https://gitlab.com/my-fork/gitlab-ce.git
# Set up GDK with 'origin' pointing to your gitlab-ce fork.
# Replace MY-FORK with your namespace
make gitlab_repo=https://gitlab.com/MY-FORK/gitlab-ce.git
support/set-gitlab-upstream
```
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment