gitlib-3.1.2: API library for working with Git repositories
Git.Working
checkoutFiles :: (MonadGit r m, MonadResource m) => FilePath -> Tree r -> (TreeFilePath -> Either String FilePath) -> Bool -> m () Source #