Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The source code is available from the NCSA opensource Git repository:  git clone

Code Block
languagebash
git clone https://<account>@opensource.ncsa.illinois.edu/stash/scm/dfdl/daffodil.git

Or for anonymous checkout:

Code Block
languagebash
git clone https://

...

anonymous:anonymous@opensource.ncsa.illinois.edu/stash/scm/dfdl/daffodil.git

Our workflow uses review branches before integrating back into the master branch.

...