Dotgit
From eqqon
m (→Introduction) |
m (→A C# implementation of git for .NET) |
||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
= A C# implementation of git for .NET = | = A C# implementation of git for .NET = | ||
- | <div style="width:200px;float: | + | <div style="width:200px;float:right;margin:20px;border:solid1px;"> |
'''What is Git?''' | '''What is Git?''' | ||
Revision as of 20:27, 6 June 2009
A C# implementation of git for .NET
What is Git?
Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Branching and merging are fast and easy to do.
Git is used for version control of files, much like tools such as Mercurial, Bazaar, Subversion, CVS, Perforce, and Visual SourceSafe.
Introduction
dotgit is the most advanced of all emerging C# implementations of git for Windows and the .NET framework. It is aimed to be a fully compatible git implementation that can be used as git-library for windows applications such as gui frontends or plugins for IDEs.
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