Download List

Descripción del Proyecto

Git# is a C# implementation of the Git version control system for the .NET platform. It is meant to be fully compatible to the original Git implementation in C for Linux. It can be used as a stand-alone command line application (potentially replacing msysGit on Windows) or as a library for applications such as GUI frontends or plugins for IDEs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-10-29 08:07
0.2

Este lanzamiento supone importantes mejoras en la nueva API de Git está construyendo alrededor de GitSharp.Core. El núcleo es una línea por el puerto de línea de JGit. A pesar de que el cambio de operador se completa, era muy difícil de usar sin un buen conocimiento del funcionamiento interno de Git y conceptos técnicos. El encapsula la API y los resúmenes de este conocimiento para que todo el mundo con una experiencia Git poco puede hacer fácilmente el uso de la biblioteca. Estas mejoras permiten añadir archivos en el índice y los cometen.
This release marks significant improvements in the new Git API being built around GitSharp.Core. The core is a line-by-line port of JGit. Even though the porting is complete, it was quite hard to use it without good knowledge of Git's internals and technical concepts. The API encapsulates and abstracts this knowledge so that everyone with a little Git experience can easily make use of the library. These improvements allow one to add files to the index and commit them.

2009-10-07 06:51
0.1.0

La biblioteca GitSharp.dll es del 95% completo, y ha comenzado a trabajar en una interfaz de línea de comandos que será equivalente a la renta bruta original.
The library GitSharp.dll is about 95% complete, and work has begun on a command line interface that will be equivalent to
the original Git.

Project Resources