Gitex.Git

reference implementation of Gitex.Repo protocol for the standard git object storage on disk

Source

Summary

init(path)

Initialize a standard GIT repo (same as git init PATH command) and open that repo

open()

Standard GIT repo : recursively find .git directory

open(path)

Functions

init(path)

Initialize a standard GIT repo (same as git init PATH command) and open that repo.

Source
open()

Standard GIT repo : recursively find .git directory

Source
open(path)
Source