Project

git2

0.0
No commit activity in last 3 years
No release in over 3 years
git commands implemented in rugged and libgit2
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 0.10
~> 11.2
~> 3.5

Runtime

~> 0.24
 Project Readme

git2

Git2 implement git commands in libgit2.

Travis Build Status

Usage

git2 <command> [<args>]

Currently available commands are:

 upload-pack
     Send objects packed back to git-fetch-pack.
 receive-pack
     Receive what is pushed into the repository.
 pack-objects
     Create a packed archive of objects.
 unpack-objects
     Unpack objects from a packed archive.