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.git
The --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.122.0
in CI job 493443
|
Last revision: September 23, 2024
Commit: [MeL/IO/XDMF] Return also computed parent data type 09baf91
| Edit this page on