codenamephp/platform.gitlib

此包已被放弃且不再维护。未建议替代包。

git命令行包装器

0.2 2016-11-05 16:03 UTC

This package is auto-updated.

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


README

git命令行包装器

#先决条件

  • 需要安装Git并通过“git”命令使其可执行
  • 尽管有一个交互式shell,但您应该已经通过git config --global设置了git的用户凭证

#安装

最简单的方式是通过composer

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