{"id":25399825,"url":"https://github.com/rchtgpt/gitg0","last_synced_at":"2025-10-13T08:40:22.073Z","repository":{"id":55872016,"uuid":"313505202","full_name":"rchtgpt/gitg0","owner":"rchtgpt","description":"a magnificent tool to auto-suggest everything you need before pushing a git commit • built @mlh-fellowship","archived":false,"fork":false,"pushed_at":"2020-12-10T07:00:28.000Z","size":169,"stargazers_count":22,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-02T01:54:41.565Z","etag":null,"topics":["cli-tool","dev-tool","javascript","nlp","npm"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gitg0","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rchtgpt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-17T04:18:57.000Z","updated_at":"2024-07-02T05:31:19.000Z","dependencies_parsed_at":"2022-08-15T08:10:54.629Z","dependency_job_id":null,"html_url":"https://github.com/rchtgpt/gitg0","commit_stats":null,"previous_names":["dotrachit/gitg0"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/rchtgpt/gitg0","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rchtgpt%2Fgitg0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rchtgpt%2Fgitg0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rchtgpt%2Fgitg0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rchtgpt%2Fgitg0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rchtgpt","download_url":"https://codeload.github.com/rchtgpt/gitg0/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rchtgpt%2Fgitg0/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014324,"owners_count":26085492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-tool","dev-tool","javascript","nlp","npm"],"created_at":"2025-02-15T23:39:54.403Z","updated_at":"2025-10-13T08:40:22.043Z","avatar_url":"https://github.com/rchtgpt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Gitg0_socialify](https://socialify.git.ci/dotrachit/gitg0/image?description=1\u0026descriptionEditable=A%20magnificent%20tool%20to%20auto-suggest%20everything%20you%20need%20before%20pushing%20a%20git%20commit.\u0026font=Raleway\u0026forks=1\u0026issues=1\u0026language=1\u0026pattern=Signal\u0026pulls=1\u0026stargazers=1\u0026theme=Dark)\n\n## Gitg0 🚀\n\n[![NPM](https://nodei.co/npm/gitg0.png)](https://npmjs.org/package/gitg0)\n\n![NodeJS CI Tests](https://github.com/dotrachit/gitg0/workflows/Node.js%20CI/badge.svg)\n![Synk](https://github.com/dotrachit/gitg0/workflows/Snyk/badge.svg)\n![Prettier Linter](https://github.com/dotrachit/gitg0/workflows/Prettier%20Linter/badge.svg)\n\n**Gitg0 generates commit titles (with relevant emojis) and branch names for you.** You have the ability to configure the format of the Sugggested Commit Titles and Branch Names, and change emojis according to your preference in the `.gitgo` file.\n\n## Usage\n\nNot to shout at you but **PLEASE HEAD OVER TO [USAGE.md](https://github.com/dotrachit/gitg0/blob/main/USAGE.md)**\n\n## Installation\n\nThe tool is available as an NPM package over [here](https://www.npmjs.com/package/gitg0).\n\nBefore installing the package, [download and install Node.js](https://nodejs.org/en/download/).\n\nThen, you can install it by simple running the following command:\n\n```bash\nnpm i -g gitg0\n```\n\n## Commands\n\nCurrently, we have the following 7 commands:\n\n#### `gtg config`\n\nUse this to set up your project's gitgo configuration. You will be asked certain questions regarding your commit and emoji preferences.\n\n#### `gtg version`\n\nUse this to check the version of your installed gitg0 package.\n\n#### `gtg whoami`\n\nUse this to get the list of commands along with their functions.\n\n#### `gtg start`\n\nUse this before you you start working on a new issue so that we can suggest the branch names and commit messages automatically.\n\n#### `gtg display`\n\nUse this to view the suggested branch name and commit title. You can also edit the suggested text based on your preference. This command should be run after `gtg start`.\n\n#### `gtg checkout`\n\nThis is a replacement for `git checkout -b` and will simply checkout with gitgo's suggested branch name.\n\n#### `gtg commit`\n\nThis is a replacement for `git commit -m` and will commit your files once added with gitgo's suggested commit message.\n\n## Contributor guidelines\n\n- Before contributing, go through the [Code of Conduct](https://github.com/dotrachit/gitg0/blob/main/CODE_OF_CONDUCT.md) and the [Contributor Guidelines](https://github.com/dotrachit/gitg0/blob/main/CONTRIBUTING.md).\n- If you find any bugs in the application, or a feature you think would be nice to have, please open an [issue](https://github.com/dotrachit/gitg0/issues/new/choose).\n- Continue reading the rest of the README to get the build instructions.\n- For detailed information and screenshots of the project, please head over to the project [wiki](https://github.com/dotrachit/gitg0/wiki).\n\n## Development setup\n\nBefore setting up the project, [download and install Node.js](https://nodejs.org/en/download/).\n\nAfter cloning the project, you need to execute the following commands to install and work on the project locally:\n\n```bash\n# This will install all the needed dependencies\nnpm install\n\n# This will install the project from source locally in your system\nnpm install -g ./\n```\n\n## License\n\nThis project is released under a free and open-source software license, GPL-3.0 License ([LICENSE](LICENSE). The documentation is also released under a free documentation license, namely the [GFDL v1.3](https://www.gnu.org/licenses/fdl-1.3.en.html) license or later.\n\n## Contributions\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the GPL-3.0 License, shall be licensed as above, without any additional terms or conditions.\n\n## Maintainers\n\n- [Yash Khare](https://github.com/yashk2000)\n- [Rachit Gupta](https://github.com/dotrachit)\n- [Shambhavi Aggarwal](https://github.com/agg-shambhavi)\n- [Preet Shah](https://github.com/shahpreetk)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frchtgpt%2Fgitg0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frchtgpt%2Fgitg0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frchtgpt%2Fgitg0/lists"}