LibCL

LibCL -- Libraries for Common Lisp
RSS icon Valid Atom 1.0

Why Git

LibCL uses the git version control system to store all its libraries. Git was chosen for a few reasons.

How LibCL uses Git

Currently, LibCL has settled on the following repository layout.

All repositories are world-readable via http. Contributions should be made by git-format-patch or by cloning a repository and requesting a pull. Frequent contributors may be given write access via ssh.

To see both upstream and local versions in the same repository, clone from upstream and use git-remote to add the local repository.

How to use Git

If you are new to Git, here are some useful resources.

Here are some of my recommendations.