libgit-0.3.0: 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 FilePathSource