/ygit

Haskell implementation of git

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

ygit

This is Haskell implementation of git.

Installation:

???

List of implemented commands:

Count unpacked number of objects and their disk consumption.

ygit count-objects

Supported options:

???

Compute object ID and optionally creates a blob from a file.

ygit [-w] hash-object thefile

Supported options:

[-w] - Actually write the object into the object database.

Show information about files in the index and the working tree

stack exec ygit ls-files

Supported options:

???  

Build and run

stack build
stack exex ygit count-objects