Projects tagged ‘git’ and ‘scm’


[46 total ]

1350 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.

51 Users
   

The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has ... [More] changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. [Less]
Created over 3 years ago.

31 Users
   

The Metasploit Framework is a development platform for creating security tools and exploits. The framework is used by network security professionals to perform penetration tests, system administrators ... [More] to verify patch installations, product vendors to perform regression testing, and security researchers world-wide. The framework is written in the Ruby programming language and includes components written in C and assembler. [Less]
Created over 3 years ago.

29 Users
   

Giggle is a graphical frontend for the git directory tracker (think of gitk on GTK+)
Created over 3 years ago.

29 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.

27 Users
   

Tig is a git repository browser that additionally can act as a pager for output from various git commands. When browsing repositories, it uses the underlying git commands to present the user with ... [More] various views, such as summarized revision log and showing the commit with the log message, diffstat, and the diff. Using it as a pager, it will display input from stdin and colorize it. [Less]
Created over 2 years ago.

26 Users
   

Git on Windows is only officially supported using Cygwin. However, there is a fork (merged into the "official" Git for the next major release) which enables you to compile git using MinGW/MSys. ... [More] This project tries to provide a repository containing everything needed to compile MinGW Git from scratch, on Windows. [Less]
Created over 2 years ago.

23 Users
   

StGIT is a Python application providing similar functionality to Quilt (i.e. pushing/popping patches to/from a stack) on top of GIT. These operations are performed using GIT commands and the patches ... [More] are stored as GIT commit objects, allowing easy merging of the StGIT patches into other repositories using standard GIT functionality. [Less]
Created over 2 years ago.

19 Users

QGit is a graphical interface to git repositories, built on Qt/C++. With qgit you will be able to browse revisions history, view patch content and changed files, graphically following different development branches.
Created over 2 years ago.