Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. using VersionControl_Git pear package fails
  2. <?    
  3. require_once 'VersionControl/Git.php';
  4.  
  5. $git = new VersionControl_Git('/home/xxx/public_html/yyy');
  6.  
  7. $git->createClone('http://github.com/maysam/braincheck.git');
  8.  
  9. ?>
  10.        
  11. $git->createClone('git://github.com/maysam/braincheck.git');