libgit-0.3.1: Simple Git Wrapper
Lib.Git.Index
Synopsis
indexUpdate :: [FilePath] -> GitCtx () Source
update index with the list of file
indexCheckoutAll :: Bool -> GitCtx () Source
indexCheckout :: [FilePath] -> Bool -> GitCtx () Source
indexList :: GitCtx FilePath Source