Checking out the latest version of clfswm with Git

A Git repository synchronized with the SVN repository is available at http://repo.or.cz/w/clfswm.git. To checkout clfswm with Git, you need to clone this repository:

git clone git://repo.or.cz/clfswm.git
cd clfswm

You can then work normally with this Git repository. For example:

Synchronize your repository with the remote repository:

git pull

Edit your file

Submit your change in your repository:

commit -a -m "Your message log"