dpi / dogit
1.2.0
2024-07-02 11:46 UTC
Requires
- php: ^8.1
- ext-dom: *
- ext-json: *
- composer/semver: ^3.4.0
- czproject/git-php: ^4.2.0
- guzzlehttp/guzzle: ^7.8.1
- kevinrob/guzzle-cache-middleware: ^5.1
- league/flysystem: ^3.28.0
- m4tthumphrey/php-gitlab-api: ^11.14
- nyholm/psr7: ^1.8.1
- php-http/client-common: ^2.7.1
- php-http/curl-client: ^2.3.2
- php-http/discovery: ^1.19.4
- php-http/guzzle7-adapter: ^1.0
- php-http/httplug-bundle: ^1.34.0
- php-http/message: ^1.16.1
- psr/http-client: ^1.0.3
- psr/log: ^3.0
- symfony/browser-kit: ^6.4.8
- symfony/console: ^6.4.9
- symfony/css-selector: ^6.4.8
- symfony/dom-crawler: ^6.4.8
- symfony/event-dispatcher: ^6.4.8
- symfony/filesystem: ^6.4.9
- symfony/finder: ^6.4.8
- symfony/options-resolver: ^6.4.8
- symfony/process: ^6.4.8
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.59.3
- jangregor/phpstan-prophecy: ^1.0.2
- mikey179/vfsstream: ^1.6.11
- mockery/mockery: ^1.6.12
- phpspec/prophecy: ^1.19
- phpspec/prophecy-phpunit: ^2.2.0
- phpstan/extension-installer: ^1.4.1
- phpstan/phpstan: 1.10.32
- phpstan/phpstan-mockery: ^1.1.2
- phpstan/phpstan-phpunit: ^1.3.16
- phpstan/phpstan-strict-rules: ^1.5.1
- phpstan/phpstan-symfony: ^1.3.3
- phpunit/phpunit: ^10.5.24
- 1.x-dev
- 1.2.0
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.1.0-beta1
- 1.0.1
- 1.0.0
- 0.6.0
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
- dev-dependabot/composer/phpstan/phpstan-1.12.4
- dev-dependabot/composer/composer/semver-3.4.3
- dev-dependabot/composer/phpstan/phpstan-1.12.3
- dev-dependabot/composer/phpstan/phpstan-symfony-1.4.8
- dev-dependabot/composer/phpstan/phpstan-phpunit-1.4.0
- dev-dependabot/composer/phpstan/phpstan-strict-rules-1.6.0
- dev-dependabot/composer/composer/semver-3.4.2
- dev-updates
This package is auto-updated.
Last update: 2024-09-26 01:15:46 UTC
README
Drupal.org + Git CLI 应用程序。
🐘 在 Mastodon 上关注: @dogit@drupal.community
doGit 帮助 Drupal 开发者更轻松地过渡到合并请求和一般的 Git 操作。
doGit 通常与 Composer 一起全局安装。
composer global require dpi/dogit
包含各种命令
- 转换 Drupal.org 的问题及其现有补丁到 Git 分支,作为新合并请求准备好,使用
dogit convert ISSUE-ID
。 - 交互式 克隆或检出项目的合并请求,使用
dogit project:mr PROJECT
。 - 交互式 克隆或检出问题的合并请求,使用
dogit issue:mr ISSUE-ID
。 - 克隆 项目,使用
dogit project:clone PROJECT
。 - 显示 问题的时间线,使用
dogit issue:timeline ISSUE-ID
。
从 wiki 开始,或运行 dogit list
或 dogit COMMAND --help
Drupal 是 Dries Buytaert 的注册商标。