Getting the code

The Evelyn repository is hosted on Github. You can clone the repo with one of the following commands:

Using HTTPS

git clone https://github.com/binarymash/evelyn.git

Using SSH

git clone git@github.com:binarymash/evelyn.git

We use GitFlow branching; development occurs on the default develop branch, and stable releases are on the master branch.