codenamephp/platform.gitlib

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

Wrapper for git command line

Installs: 48

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/codenamephp/platform.gitlib

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": "*"
  }