Skip to content
/ cgit Public
forked from slim/cgit

HTTP GET CGI interface to GIT written in PHP

Notifications You must be signed in to change notification settings

owenvoke/cgit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

cgit. git CGI interface

cgit lets you control a git repository using HTTP get calls.

Prerequisites

  • git
  • a web server

Installation

  1. Make a directory for your project (DocumentRoot)
  2. Set chmod 777 for the empty directory
  3. git clone git://github.com/slim/cgit.git in the root directory
  4. Init your project tree using cgit by browsing to server-url/cgit/?init

Usage

Command format is :

server-url/cgit/?<command>=<arguments>&<command>=<arguments>&...

Where the <command> parameter is any one of push, pull, commit, checkout, etc. and <arguments> are the arguments for the specified command.

About

HTTP GET CGI interface to GIT written in PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%