2017 © Pedro Peláez
 

library git-sync

Synchronizes Git repositories.

image

cpliakas/git-sync

Synchronizes Git repositories.

  • Monday, September 9, 2013
  • by cpliakas
  • Repository
  • 1 Watchers
  • 2 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Overview

GitSync is a PHP library that synchronizes a source repository to a destination repository. This project integrates with the Git Wrapper library., (*1)

Usage

This example mirrors the Git Wrapper repository into a local repository that was initialized with git init --bare /var/git/mirror/git-wrapper., (*2)


use GitWrapper\GitWrapper; use GitSync\GitMirror; require_once 'vendor/autoload.php'; $wrapper = new GitWrapper(); $git = $wrapper->workingCopy('./working-copy'); $mirror = new GitMirror($git, 'git://github.com/cpliakas/git-wrapper.git'); $mirror->sync('file:///var/git/mirror/git-wrapper');

The Versions

09/09 2013

dev-master

9999999-dev https://github.com/cpliakas/git-sync

Synchronizes Git repositories.

  Sources   Download

GPL-3.0

The Requires

 

by Chris Pliakas

git

07/03 2013

1.0.0-beta3

1.0.0.0-beta3 https://github.com/cpliakas/git-sync

Synchronizes Git repositories.

  Sources   Download

GPL-3.0

The Requires

 

by Chris Pliakas

git

06/03 2013

1.0.0-beta2

1.0.0.0-beta2 https://github.com/cpliakas/git-sync

Synchronizes Git repositories.

  Sources   Download

GPL-3.0

The Requires

 

by Chris Pliakas

git

06/03 2013

1.0.0-beta1

1.0.0.0-beta1 https://github.com/cpliakas/git-sync

Synchronizes Git repositories.

  Sources   Download

GPL-3.0

The Requires

 

by Chris Pliakas

git