restyler-0.2.0.0
Safe HaskellNone
LanguageHaskell2010

Restyler.Git

Synopsis

Class of actions that require the Clone

Functions needed to establish a Clone

Therefore, they only require HasProcess

gitClone :: HasProcess env => String -> FilePath -> RIO env () Source #

gitFetch :: HasProcess env => String -> String -> RIO env () Source #

gitCheckout :: HasProcess env => String -> RIO env () Source #