Version control system and tools
All managed Linux workstations and all managed Windows workstations.
On Linux it is on the PATH, so just type 'git'. The main version control software in use in the sector is svn, so you might want to check that out too.
On Windows this can easily be installed via WPKG.
If you want to set up a central git repository to be shared between a group of developers see our page on version control.
Manpages- on Linux try 'man 1 git' or 'man 7 gittutorial'. There's a page of notes on the Theory sector wiki.
This used to be something we built ourselves, but the versions in SuSE 11.1 and Ubuntu 9.10 are new enough to do. Here's a simple test that it's working:
git clone git://github.com/git/hello-world.git