feed-gipeda-0.3.0.1: CI service around gipeda

Safe HaskellNone
LanguageHaskell2010

FeedGipeda.GitShell

Description

Functions for shelling out to git to work with git repositories.

Synopsis

Documentation

sync :: Repo -> IO () Source #

sync repo tries to fetch updates from the remote repo or creates a mirror of repo if there isn't already a local clone present.