Overview

This project uses Git to manage its source code.

Web Access

The following is a link to the online source repository.

Anonymous access

The source can be checked out anonymously from GitHub with this command:

$ git clone git@github.com:jasypt/jasypt.git

Developer access

Everyone can access the Subversion repository via HTTP, but Committers must checkout the Git repository via HTTPS.

$ git clone https://github.com/jasypt/jasypt.git

To commit changes to the repository, execute the following command to commit your changes

$ git commit -m "A message"