Skip to content
Snippets Groups Projects
Verified Commit b5a995f4 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] GitLab fork instructions.

parent c87dc8ad
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,12 @@ git commit -m "Converted LFS files to plain git." ...@@ -29,6 +29,12 @@ git commit -m "Converted LFS files to plain git."
``` ```
::: :::
## Create a new fork on GitLab
[Create a new fork](https://gitlab.opengeosys.org/ogs/ogs/-/forks/new) from the [official OGS-6 repository](https://gitlab.opengeosys.org/ogs/ogs).
This creates a new fork under your account with the URL `https://gitlab.opengeosys.org/YOUR-USERNAME/ogs`.
## Migrate your local repos to point to GitLab ## Migrate your local repos to point to GitLab
You have to modify your git remotes to point to the new GitLab repos. Assuming the former official git repo remote is called `upstream`: You have to modify your git remotes to point to the new GitLab repos. Assuming the former official git repo remote is called `upstream`:
......
...@@ -18,7 +18,9 @@ The content of this page is largely taken from the [GitHub-blog](https://github. ...@@ -18,7 +18,9 @@ The content of this page is largely taken from the [GitHub-blog](https://github.
## Create a fork ## Create a fork
Go to the [official OGS-6 repository](https://gitlab.opengeosys.org/ogs/ogs) and click the "Fork"-button. This creates a new fork under your account with the URL `https://gitlab.opengeosys.org/YOUR-USERNAME/ogs`. [Create a new fork](https://gitlab.opengeosys.org/ogs/ogs/-/forks/new) from the [official OGS-6 repository](https://gitlab.opengeosys.org/ogs/ogs).
This creates a new fork under your account with the URL `https://gitlab.opengeosys.org/YOUR-USERNAME/ogs`.
## Setup your local clone ## Setup your local clone
......
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