| |||||
It's a PHP interface for running Git commands on a repository.
Runs git commands using proc_open, not exec or the type, therefore it can run in PHP safe mode.
A CodeIgniter version is also included (CI_Git.php).
Here are some key features of "Git.php":
· Open repo
· Create repo
· Add files
· Clone
· Clean
· Branch control
· Checkout
Requirements:
· Git
Limitations:
· Git must be installed on the current system.

Via: Git.php 0.1.2






0 Comment:
Post a Comment