Dotgit

From eqqon

(Difference between revisions)
Jump to: navigation, search
m (Source Code)
m (Redirecting to GitSharp)
 
(18 intermediate revisions not shown)
Line 1: Line 1:
-
= A C# implementation of git for .NET =
+
#REDIRECT [[GitSharp]]
-
== 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: [http://github.com/henon/dotgit/tree/master dotgit project page]
+
-
;public clone url: git clone git://github.com/henon/dotgit.git
+

Latest revision as of 17:11, 16 June 2009

  1. REDIRECT GitSharp