Dotgit

From eqqon

(Difference between revisions)
Jump to: navigation, search
(New page: = A C# implementation of git for .NET = == Introduction == dotgit is the most advanced of all emerging C# implementations of git for Windows and the .NET framework. == Status == ;Deve...)
m (Source Code)
Line 13: Line 13:
== Source Code ==
== Source Code ==
-
;public clone url
+
;github: [http://github.com/henon/dotgit/tree/master dotgit project page]
-
git clone git://github.com/henon/dotgit.git
+
;public clone url: git clone git://github.com/henon/dotgit.git

Revision as of 20:17, 6 June 2009

Contents

A C# implementation of git for .NET

Introduction

dotgit is the most advanced of all emerging C# implementations of git for Windows and the .NET framework.

Status

Development Status
Pre-Alpha
What is Implemented
  • Reading repository structure like branches, commits,
  • Reading repository configuration
What is missing
  • Writing of commits, blobs and trees

Source Code

github
dotgit project page
public clone url
git clone git://github.com/henon/dotgit.git