{"id":16362994,"url":"https://github.com/dpi/dogit","last_synced_at":"2026-03-07T09:31:13.640Z","repository":{"id":37039402,"uuid":"383096120","full_name":"dpi/dogit","owner":"dpi","description":"Drupal.org Git CLI","archived":false,"fork":false,"pushed_at":"2025-10-30T01:02:07.000Z","size":5427,"stargazers_count":19,"open_issues_count":11,"forks_count":5,"subscribers_count":2,"default_branch":"1.x","last_synced_at":"2026-01-20T15:47:30.965Z","etag":null,"topics":["cli","drupal","drupalorg"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-05T10:07:51.000Z","updated_at":"2025-10-23T01:09:43.000Z","dependencies_parsed_at":"2024-07-11T05:22:07.845Z","dependency_job_id":"e92aeed6-c4ac-4b3c-88d2-f2940a99d57e","html_url":"https://github.com/dpi/dogit","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/dpi/dogit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpi%2Fdogit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpi%2Fdogit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpi%2Fdogit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpi%2Fdogit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpi","download_url":"https://codeload.github.com/dpi/dogit/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpi%2Fdogit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30210829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","drupal","drupalorg"],"created_at":"2024-10-11T02:26:07.871Z","updated_at":"2026-03-07T09:31:13.613Z","avatar_url":"https://github.com/dpi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# doGit\n\n[![Latest Stable Version](http://poser.pugx.org/dpi/dogit/v)](https://packagist.org/packages/dpi/dogit)\n[![Total Downloads](http://poser.pugx.org/dpi/dogit/downloads)](https://packagist.org/packages/dpi/dogit)\n[![Codecov](https://img.shields.io/codecov/c/github/dpi/dogit)][code-coverage]\n[![GitHub branch checks state](https://img.shields.io/github/checks-status/dpi/dogit/1.x)][ci]\n[![License](http://poser.pugx.org/dpi/dogit/license)](https://packagist.org/packages/dpi/dogit)\n\n_[Drupal.org](https://www.drupal.org/) + Git CLI application._\n\n🐘 Follow on Mastodon: [@dogit@drupal.community][mastodon-profile]\n\n[doGit](https://dogit.dev) assists in making the transition to merge requests, and general Git operations, easier for [Drupal](https://www.drupal.org/) developers.\n\n[![Animated Demo Image](demo/demo.gif)][asciicinema-demo]\n\ndoGit is typically required globally with [Composer](https://getcomposer.org/).\n\n```shell\ncomposer global require dpi/dogit\n```\n\nVarious commands are included:\n\n - [**Convert** a Drupal.org issue with existing patches to a Git branch][wiki-PatchToBranch], ready to be pushed as a new merge request, as `dogit convert ISSUE-ID`.\n - [Interactively **clone** or **checkout** a merge request of a project][wiki-ProjectMergeRequest], as `dogit project:mr PROJECT`.\n - [Interactively **clone** or **checkout** a merge request of an issue][wiki-IssueMergeRequest], as `dogit issue:mr ISSUE-ID`.\n - [**Clone** a project][wiki-ProjectCloneCommand], as `dogit project:clone PROJECT`.\n - [**Show** an issue timeline][wiki-IssueTimelineCommand], as `dogit issue:timeline ISSUE-ID`.\n\nStart with the [wiki](https://github.com/dpi/dogit/wiki), or run `dogit list` or `dogit COMMAND --help`\n\n_Drupal is a registered trademark of Dries Buytaert._\n\n[ci]: https://github.com/dpi/dogit/actions\n[code-coverage]: https://app.codecov.io/gh/dpi/dogit\n[asciicinema-demo]: https://asciinema.org/a/431178\n[mastodon-profile]: https://drupal.community/@dogit\n[wiki-PatchToBranch]: https://github.com/dpi/dogit/wiki/Issue-Patches-to-Git-Branch-Command\n[wiki-ProjectMergeRequest]: https://github.com/dpi/dogit/wiki/Project-Merge-Request-Command\n[wiki-IssueMergeRequest]: https://github.com/dpi/dogit/wiki/Issue-Merge-Request-Command\n[wiki-ProjectCloneCommand]: https://github.com/dpi/dogit/wiki/Clone-Project-Command\n[wiki-IssueTimelineCommand]: https://github.com/dpi/dogit/wiki/Show-Issue-Timeline-Command\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpi%2Fdogit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpi%2Fdogit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpi%2Fdogit/lists"}