package spin

  1. Overview
  2. Docs
val git_clone : destination:string -> ?branch:string -> string -> Unix.process_status Lwt.t
val is_git_url : string -> bool
val git_pull : string -> Unix.process_status Lwt.t
val git_fetch : string -> Unix.process_status Lwt.t
val git_checkout : string -> reference:string -> Unix.process_status Lwt.t