Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Release ist signifikante Verbesserungen in der neuen Git API, um GitSharp.Core gebaut. Der Kern ist eine Zeile für Zeile Hafen von JGit. Auch wenn die Übertragung abgeschlossen ist, war es sehr schwierig sein, ohne gute Kenntnisse der Interna Git und die technischen Begriffe zu verwenden. Die API kapselt und Abstracts dieses Wissen, so dass jeder mit ein wenig Git Erfahrung kann leicht die Benutzung der Bibliothek. Diese Verbesserungen erlauben es, Dateien auf dem Index hinzufügen und sie zu begehen.
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

Die Bibliothek GitSharp.dll liegt bei etwa 95% abgeschlossen und die Arbeiten auf eine Kommandozeilen-Schnittstelle, die als gleichwertig mit der ursprünglichen Git wird begonnen.
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