gitlib-3.1.2: API library for working with Git repositories

Safe HaskellNone
LanguageHaskell98

Git.Working

Documentation

checkoutFiles :: (MonadGit r m, MonadResource m) => FilePath -> Tree r -> (TreeFilePath -> Either String FilePath) -> Bool -> m () Source #