fasolly
Download
Cloning and contributing
- Download fossil.
- Create a directory somewhere: mkdir fasolly, and cd to it: cd fasolly.
- Clone by running fossil clone http://chiselapp.com/user/elsif/repository/fasolly/ fasolly.fossil.
- Open a repository with fossil open fasolly.fossil.
- Edit files with your favorite text editor, add new files with fossil add filename.
- Do fossil update before committing.
- Commit with fossil commit.
- fossil help would provide you with information about fossil commands available.
- Read Fossil Quick Start Guide for more information.