Cloning gnudatalanguage gdl

Cloning gnudatalanguage/gdl

Do not use the image button of the GitHub repo, your cloning will be incomplete.

Starting from #1484 gdl uses git submodules.

To clone gdl, type: git clone --recursive https://github.com/gnudatalanguage/gdl.git

To update an already existing (cloned) gdl repo, do:

  • git submodule update

  • or git pull --recurse-submodules