This page describes how to get the source code as a simple download or git clone. The information on the forking workflow with git has been moved to the Development workflows-section.
First you need to get the clone URL:
Then clone the repository with git:
git clone --filter=blob:limit=100k https://gitlab.opengeosys.org/ogs/ogs.gitThe --filter=blob:limit=100k-parameter instructs git to only fetch files which are smaller than 100 Kilobyte. Larger files (e.g. benchmark files, images, PDFs) are fetched on-demand only. This happens automatically and is a replacement for the previous Git LFS tracked files. Requires at least git 2.22!
This article was written by Lars Bilke. If you are missing something or you find an error please let us know.
Generated with Hugo 0.147.9
in CI job 638941
|
Last revision: September 23, 2025
Commit: [py] Open python files as Jupytext notebook. 2d32444
| Edit this page on