codenamephp/platform.gitlib

This package is abandoned and no longer maintained. No replacement package was suggested.

Wrapper for git command line

0.2 2016-11-05 16:03 UTC

This package is auto-updated.

Last update: 2020-08-18 20:09:30 UTC


README

Wrapper for git command line

#Prerequisites

  • Git needs to be installed and executable via the "git" command
  • Although there is an interactive shell, your user credentials should already be set for git with git config --global

#Installation

Easiest way is via composer:

  "require": {
    "codenamephp/platform.gitlib": "*"
  }