Web Browsing

To browse use the GIT web interface:
https://gitbox.apache.org/repos/asf?p=syncope.git

Alternatively, use GitHub web interface:
https://github.com/apache/syncope

Checking out

The source code can be checked out anonymously over HTTPs by doing:

git clone https://gitbox.apache.org/repos/asf/syncope.git
or
git clone https://github.com/apache/syncope.git
or alternatively via SSH
git clone git@github.com:apache/syncope.git

On MS Windows? Be sure to properly handle line endings; often it is enough to set

git config core.autocrlf true

Forking on GitHub

Syncope's git repo is automatically mirrored on github at: https://github.com/apache/syncope.

You can fork that repository, commit changes to your fork, and submit pull requests through GitHub's pull requests.
Be sure to follow our Git workflow.

Building

Review and apply the various build options.