gitlib-0.5.5: Data/Git/Tutorial.hs
{-| This module provides a brief introductory tutorial in the \"Introduction\"
section followed by a lengthy discussion of the library's design and idioms.
-}
module Data.Git.Tutorial
(
-- * Introduction
-- $intro
-- * Repositories
-- $repositories
-- * References
-- $references
-- * Commits
-- $commits
) where
{- $intro
The @gitlib@ library.
-}