{"id":19866961,"url":"https://github.com/atharva-gundawar/commit-man","last_synced_at":"2026-05-08T15:02:41.603Z","repository":{"id":62563986,"uuid":"363129076","full_name":"Atharva-Gundawar/Commit-Man","owner":"Atharva-Gundawar","description":"Commit man is a Version control system which provides a robust CLI and a user friendly GUI, Link for GUI below.","archived":false,"fork":false,"pushed_at":"2021-06-03T16:58:58.000Z","size":166,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T00:38:50.799Z","etag":null,"topics":["commit-man","git","github","python","vcs"],"latest_commit_sha":null,"homepage":"https://github.com/souris-dev/commitman-gui","language":"Python","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/Atharva-Gundawar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-30T12:09:18.000Z","updated_at":"2024-01-09T15:36:54.000Z","dependencies_parsed_at":"2022-11-03T16:32:18.524Z","dependency_job_id":null,"html_url":"https://github.com/Atharva-Gundawar/Commit-Man","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"Atharva-Gundawar/Python-Template","purl":"pkg:github/Atharva-Gundawar/Commit-Man","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atharva-Gundawar%2FCommit-Man","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atharva-Gundawar%2FCommit-Man/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atharva-Gundawar%2FCommit-Man/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atharva-Gundawar%2FCommit-Man/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Atharva-Gundawar","download_url":"https://codeload.github.com/Atharva-Gundawar/Commit-Man/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atharva-Gundawar%2FCommit-Man/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273886640,"owners_count":25185509,"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-09-06T02:00:13.247Z","response_time":2576,"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":["commit-man","git","github","python","vcs"],"created_at":"2024-11-12T15:27:51.425Z","updated_at":"2026-05-08T15:02:41.511Z","avatar_url":"https://github.com/Atharva-Gundawar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Commit Man\n\nCommit-Man is a version control system that helps the user keep track of and manage different versions of their files.\nIt features a CLI and a GUI - the complete set of features are available in the CLI, while the GUI features a limited set of features currently (primarily repository browsing functions and viewing diffs across versions).  \n\nA repository can have a .gitignore file that specifies for which files changes are to be ignored across versions (when creating new versions). A special folder (.cm) in each repository stores data for version management.\n\n---\n\n## [CLI](https://github.com/atharva-Gundawar/commit-man) features\n\n- Initializing a repository\n- Committing a version and making a new version\n- Reverting back to an old version\n- Reinitializing in case of corrupted data\n- Displaying Logs and Command description\n\n## [GUI](https://github.com/souris-dev/commitman-gui) features\n\n- Viewing commit history\n- Browsing the repository\n- Viewing diffs of files across versions\n- Viewing repository info\n\n---\n\n## Installing\n\nA step by step series of examples that tell you how to get a development env running\n\n\u003eInstall from [**PyPi**](https://pypi.org/project/commit-man/):\n\n```bash\n pip install commit-man\n```\n\n\u003eInstall from [**Source**](https://github.com/atharva-Gundawar/commit-man)\n\n```bash\ngit clone https://github.com/atharva-Gundawar/commit-man\ncd commit-man\npython setup.py install\n```\n\n---\n\n## The Commands\n\n### Initializing a Repository\n\n\u003eInitialize Commit man in the current directory\n\n```bash\ncm init\n```\n\n### Committing a version\n\n\u003eCommits curent version of working directory\n\n```bash\ncm commit \u003cmessage\u003e\n```\n\n### Reverting back to an old version\n\n\u003eReverts to an old version of working directory\n\n```bash\ncm revert \u003cCommit_Number\u003e [-f | --force]\n```\n\n### Reinitialize Commit Man\n\n\u003eReinitialize Commit man in the current directory\n\n```bash\ncm reinit\n```\n\n### Displaying Logs\n\n\u003eDisplays Log file in a tabular format on the Terminal\n\n```bash\ncm showlog\n```\n\n### Displaying Command descriptions\n\n\u003eDisplays Command descriptions on the Terminal\n\n```bash\ncm man\n```\n\n---\n\n## Built With\n\n- [Python](https://www.python.org/) - An interpreted high-level general-purpose programming language.\n- [Gitignore Parser](https://pypi.org/project/gitignore-parser/) - A spec-compliant gitignore parser for Python 3.5+\n- [Docopt](http://docopt.org/) - Command-line interface description language\n\n## Contributing\n\nPlease read [CONTRIBUTING](https://github.com/Atharva-Gundawar/Commit-Man/blob/main/PROJECTINFO.md#contributing) for details on our code of conduct, and the process for submitting pull requests.\n\n## Authors\n\n- **Atharva Gundawar** - *Initial work* - [Github handle](https://github.com/Atharva-Gundawar)\n\nSee also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatharva-gundawar%2Fcommit-man","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatharva-gundawar%2Fcommit-man","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatharva-gundawar%2Fcommit-man/lists"}