Git
This document covers the setup of a git remote server. For information on using git as an end-user, consider instead:
Contents
Web Interfaces
CGit
CGit is a very lightweight and resource-efficient solution for viewing git repositories in the web. Fundamentally it is only a tool for viewing a git repository:
You must maintain a git repository local to the CGit instance
- There is no integrated bug or issue tracker
Features generally considered mandatory-like authentication, rendering of markdown README files, and syntax highlighting-are dependent on filter plugins
Given the lightweight nature and minimal feature set, CGit is ideal for entirely public projects that handle bug tracking independently of source code hosting, or for hosting private code on an intranet.