yii-git Provides functions for manipulating git repositories

  1. YiiGit
  2. Usage
  3. Resources

YiiGit

A Yii wrapper for the git command line executable. Allows access to git commands via a simple object oriented interface.

Usage

$repository = new AGitRepository;
$repository->path = "path/to/your/git/repo";
$repository->add("somefile.txt");
$repository->add("somedirectory");
$repository->commit("Added some files");

More examples available on the github page

Resources

4 0
7 followers
0 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: File System
Developed by: phpnode
Created on: Mar 22, 2012
Last updated: 12 years ago

Related Extensions