{"id":30219111,"url":"https://github.com/adwaith-rajesh/git-changes","last_synced_at":"2026-01-20T16:52:06.581Z","repository":{"id":309037502,"uuid":"1034953126","full_name":"Adwaith-Rajesh/git-changes","owner":"Adwaith-Rajesh","description":"A better way to add commit messages for each change","archived":false,"fork":false,"pushed_at":"2025-08-09T11:19:18.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-09T13:11:22.142Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Adwaith-Rajesh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-08-09T10:39:07.000Z","updated_at":"2025-08-09T11:19:21.000Z","dependencies_parsed_at":"2025-08-09T13:12:04.933Z","dependency_job_id":"0d6e69ee-76a7-4af4-b0c1-46c4ebf46fc1","html_url":"https://github.com/Adwaith-Rajesh/git-changes","commit_stats":null,"previous_names":["adwaith-rajesh/git-changes"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Adwaith-Rajesh/git-changes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adwaith-Rajesh%2Fgit-changes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adwaith-Rajesh%2Fgit-changes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adwaith-Rajesh%2Fgit-changes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adwaith-Rajesh%2Fgit-changes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adwaith-Rajesh","download_url":"https://codeload.github.com/Adwaith-Rajesh/git-changes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adwaith-Rajesh%2Fgit-changes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270385319,"owners_count":24574544,"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-08-14T02:00:10.309Z","response_time":75,"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":[],"created_at":"2025-08-14T07:47:39.811Z","updated_at":"2025-10-30T19:43:04.575Z","avatar_url":"https://github.com/Adwaith-Rajesh.png","language":"Python","readme":"# git-changes\n\nI just want to manage my commit messages.\n\n---\n\n## Why?\n\ni just want to keep track of the changes that I make. Instead of adding many changes at once and then writing a long commit message, I just want to add the each change with a message and then commit them.\n\n---\n\n## Installation\n\n```console\npip3 install git-changes\n```\n\n---\n\n## Usage\n\n### Initializing\n\nAfter installing run the below command in a **git repo**\n\n```console\ngitc --init\n```\n\n### Adding changes with messages\n\n```console\n$ git addm file -m 'adding a new file' --type=fix\n[fix] adding a new file\n```\n\nThe `--type` is optional. The currently supported choices for `--type` are\n\n```console\n$ git addm -help\nusage: gitc-add [-h] -m MESSAGE [--type {feat,fix,docs,style,refactor,perf,test,build,ci,chore,revert}]\n\noptions:\n  -h, --help            show this help message and exit\n  -m MESSAGE, --message MESSAGE\n                        Message to add\n  --type {feat,fix,docs,style,refactor,perf,test,build,ci,chore,revert}\n                        The type of the change\n```\n\n\n### Show Message\n\nTo list all the messages that will added to the next commit, run\n\n```console\n$ git show-messages\n[fix] new hello file\n[fix] adding a new file\n[perf] fix some_function\n[refactor] change var name\n```\n\n### Commit\n\nIn order to commit with all these message all you have to do is run.\n\n```console\n$ git commit\n```\nThis will open up commit message editor with all the set message for the current commit.\n\n![Terminal image](docs/image.png)\n\n\u003e NOTE: you cannot simply save and exit this file; since this is a template you have to make\n\u003e some changes to it. I suggest adding a title that summarizes all these changes.\n\nAfter a successful commit all the messages will be automatically removed.\n\n```console\n$ git show-messages\nNo commit messages yet!.. To add new message run\ngit addm -m \u003cmessage\u003e [--type]\n\n```\n\n### Bye...\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadwaith-rajesh%2Fgit-changes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadwaith-rajesh%2Fgit-changes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadwaith-rajesh%2Fgit-changes/lists"}