Repository

All versions of the Open Source Definition (OSD) that we have are available from a Git repository that you can clone using the following command:

git clone https://opensourcedefinition.org/osd.git

You can also mirror the repository to your own server:

git clone --mirror https://opensourcedefinition.org/osd.git
cd osd.git
git remote set-url --push origin [email protected]:username/osd.git
git push --mirror