Projects tagged ‘git’ and ‘version-control’


[13 total ]

1389 Users
   

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.
Created over 3 years ago.

33 Users
   

GitX is a git GUI specifically for Mac OS X. It currently features a history viewer much like gitk and a commit GUI like git gui. But then in silky smooth OS X style!
Created about 1 year ago.

27 Users
   

A graphical user interface for git
Created about 1 year ago.

18 Users
   

Pure Java implementation of Git and an Eclipse plugin.
Created about 1 year ago.

15 Users

cvs2svn is a Python script that converts a CVS repository to a Subversion repository. It is designed for one-time conversions, not for repeated synchronizations between CVS and Subversion.
Created over 3 years ago.

7 Users
   

A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac.
Created about 1 year ago.

6 Users

TopGit aims to make handling of large amount of interdependent topic branches easier. In fact, it is designed especially for the case when you maintain a queue of third-party patches on top of another ... [More] (perhaps Git-controlled) project and want to easily organize, maintain and submit them - TopGit achieves that by keeping a separate topic branch for each patch and providing few tools to maintain the branches. [Less]
Created about 1 year ago.

3 Users

Web based code review and project management for Git based projects. Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system. ... [More] Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer. Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer. This functionality enables a more centralized usage of Git. [Less]
Created 11 months ago.

2 Users

A plugin for bzr to read git trees. Currently has enough support for bzrk to operate.
Created 11 months ago.

1 Users

pygit is (yet another) git bindings for python. It is rather low level because it was meant to browse a git repository in terms of objects: you get a commit, then the tree from it and you can get ... [More] childs of this tree and so on. While this doesn't make it that great to get statistical data on a repository, it performs well for repository editing, like adding a new revision, moving objects around, etc. [Less]
Created about 1 year ago.