{"id":37071136,"url":"https://github.com/yegor256/gitted","last_synced_at":"2026-04-26T08:01:27.237Z","repository":{"id":295514366,"uuid":"990304935","full_name":"yegor256/gitted","owner":"yegor256","description":"Custom Git commands and Bash scripts to streamline key operations—with a little help from ChatGPT","archived":false,"fork":false,"pushed_at":"2026-04-19T11:43:12.000Z","size":409,"stargazers_count":11,"open_issues_count":13,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-19T12:27:28.502Z","etag":null,"topics":["git","git-flow","pip","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/gitted/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yegor256.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-25T22:57:02.000Z","updated_at":"2026-04-19T12:03:49.000Z","dependencies_parsed_at":"2025-07-08T18:21:12.398Z","dependency_job_id":"e8b9c281-3394-41a3-a64d-a2280965fd32","html_url":"https://github.com/yegor256/gitted","commit_stats":null,"previous_names":["yegor256/gitted"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/yegor256/gitted","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fgitted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fgitted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fgitted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fgitted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yegor256","download_url":"https://codeload.github.com/yegor256/gitted/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fgitted/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32289926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T06:26:00.361Z","status":"ssl_error","status_checked_at":"2026-04-26T06:25:58.791Z","response_time":129,"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":["git","git-flow","pip","python"],"created_at":"2026-01-14T08:18:32.609Z","updated_at":"2026-04-26T08:01:27.198Z","avatar_url":"https://github.com/yegor256.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Command-Line Shortcuts for a Primitive Git Flow\n\n[![DevOps By Rultor.com](https://www.rultor.com/b/yegor256/gitted)](https://www.rultor.com/p/yegor256/gitted)\n\n[![make](https://github.com/yegor256/gitted/actions/workflows/make.yml/badge.svg)](https://github.com/yegor256/gitted/actions/workflows/make.yml)\n[![PyPI - Version](https://img.shields.io/pypi/v/gitted)][pip]\n[![PDD status](https://www.0pdd.com/svg?name=yegor256/gitted)](https://www.0pdd.com/p?name=yegor256/gitted)\n[![codecov](https://codecov.io/gh/yegor256/gitted/graph/badge.svg?token=FT945WCK1K)](https://codecov.io/gh/yegor256/gitted)\n[![Hits-of-Code](https://hitsofcode.com/github/yegor256/gitted)](https://hitsofcode.com/view/github/yegor256/gitted)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/gitted/blob/master/LICENSE.txt)\n\nIf all you need to do with Git is make branches, push, and sync,\nthis collection of command-line commands may simplify your workflow.\nWell, it simplifies mine, a [hundred](https://github.com/yegor256)\ntimes per day.\n\nFirst, install [Python3], [Git], [pip], [gh], and [Bash].\n\nThen, install this Python package (with Bash scripts inside):\n\n```bash\npip install gitted==0.0.19\n```\n\nThen, in order to make a contribution to a GitHub repo, assuming\nyou've made a [fork][fork2] already and cloned it (in the command line):\n\nFirst, start a branch to resolve issue no. 42 (for example):\n\n```bash\nbranch 42\n```\n\nThen, write some code and add+commit it (no push):\n\n```bash\ncommit 'Just fixed a small bug'\n```\n\nThen, pull recent changes from the `master` of the upstream:\n\n```bash\npull\n```\n\nFinally, write more code and add+commit+push it:\n\n```bash\npush 'Just fixed a big bug'\n```\n\nIf you omit the commit message for the `commit` or the `push` command,\nthey will use ChatGPT to generate it, looking at the changes you've made.\nTo make it work, define the `OPENAI_API_KEY` environment variable with the\n[OpenAI key].\n\n## Conventions\n\nIn order to work smoothly, you must respect a few conventions:\n\n* Branch names are always integers, equal to GitHub issue numbers ([why?][nums])\n* All commits are GPG-signed, if you have a key ([how?][gpg])\n* The `origin` is the fork, while the `upstream` is the main repo ([why?][fork])\n\nPerhaps in future versions we'll make these configurable.\nHowever, at the moment, that's what we have.\n\n## How to Contribute\n\nInstall [GNU make] and [uv]. Then, run:\n\n```bash\nmake\n```\n\nShould build.\nIf it doesn't, submit a bug report.\n\n[GNU make]: https://www.gnu.org/software/make/\n[uv]: https://github.com/astral-sh/uv\n[Python3]: https://www.python.org/\n[Git]: https://git-scm.com/\n[pip]: https://pypi.org/project/pip/\n[gh]: https://github.com/cli/cli#installation\n[Bash]: https://www.gnu.org/software/bash/\n[OpenAI key]: https://platform.openai.com/api-keys\n[fork]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-repository-for-a-fork\n[gpg]: https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits\n[fork2]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo\n[nums]: https://www.yegor256.com/2014/04/15/github-guidelines.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor256%2Fgitted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyegor256%2Fgitted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor256%2Fgitted/lists"}