Git Browser
This module provides view cvs style integration to allow a user to view a git repository. This module has been split into 2 parts so that the git browser can be embedded within another module to allow access to any git repository.
Included is a local browser which allows the user to browse a git repository which the current Drupal Installation uses.
The git browser allows the user to do the following:
- View commits in the git repository
- Create new tags
- Fetch updates for the origin of the current branch
- Checkout new version based on a tag.
