codenamephp / platform.gitlib
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
Requires
- php: ^7.0
- codenamephp/platform.cli: ^1
- codenamephp/platform.core: ^1
Requires (Dev)
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": "*" }