{"id":50965631,"url":"https://github.com/mavox-id/git-explain","last_synced_at":"2026-06-18T20:01:43.091Z","repository":{"id":363626490,"uuid":"1264162244","full_name":"Mavox-ID/git-explain","owner":"Mavox-ID","description":"Git-Explain is a script that can be quickly installed into the system and allows developers to find out what has changed in a project or a specific folder from the previous commit they entered.","archived":false,"fork":false,"pushed_at":"2026-06-09T16:51:56.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-09T18:22:12.966Z","etag":null,"topics":["ai","bash","git","github","install","script"],"latest_commit_sha":null,"homepage":"","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/Mavox-ID.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2026-06-09T16:08:03.000Z","updated_at":"2026-06-09T17:00:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Mavox-ID/git-explain","commit_stats":null,"previous_names":["mavox-id/git-explain"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Mavox-ID/git-explain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mavox-ID%2Fgit-explain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mavox-ID%2Fgit-explain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mavox-ID%2Fgit-explain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mavox-ID%2Fgit-explain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mavox-ID","download_url":"https://codeload.github.com/Mavox-ID/git-explain/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mavox-ID%2Fgit-explain/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34505423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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":["ai","bash","git","github","install","script"],"created_at":"2026-06-18T20:01:40.265Z","updated_at":"2026-06-18T20:01:43.077Z","avatar_url":"https://github.com/Mavox-ID.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git-Explain\n\nGit-Explain is your personal AI assistant, built right into your terminal. It analyzes changes in git diff and produces a human-readable report: what changed, what approaches were used, what workarounds were fixed, and whether there is technical debt.\n\nIt works quickly, concisely, and doesn't distract you from the code.\n\n## Git-Explain feature\n* **Terminal context:** No more copy-pasting code into chatbots. Get a breakdown of changes with a single command.\n* **Deep analysis:** Using powerful models (Llama 3.1 8b) via Groq allows you to quickly analyze even complex commits.\n* **Autonomous:** The script automatically configures the virtual environment and all dependencies without cluttering your system. * **Multilingual:** Choose which language the AI ​​will report in: Russian, English, or Polish.\n\n## Installation\nThe script will do everything for you:\n\n1. Download the repository:\n```bash\ngit clone https://github.com/Mavox-ID/git-explain.git \u0026\u0026 cd git-explain\n\n```\n\n2. Make the file executable:\n```bash\nchmod +x git-explain.sh\n\n```\n\n3. Run the installer:\n```bash\n./git-explain.sh\n\n```\n\n*The installer will create a virtual environment in `~/.llm-env` and add an alias to your `.bashrc`.*\n4. Update terminal settings:\n```bash\nsource ~/.bashrc\n\n```\n\n## How to use\n\nSimply run the command in any Git repository:\n\n* **Analyze a commit (from the previous one to which you written):**\n```bash\ngit-explain \u003ccommit_hash\u003e\n\n```\n\n* **Analyze a specific file in a commit:**\n```bash\ngit-explain \u003ccommit_hash\u003e \u003cpath_to_file\u003e\n\n```\n\n## Technologies\n\n* **Core:** Bash script.\n* **AI engine:** `llm` (Python) + Groq API.\n* **Model:** Optimized `groq-llama3.1-8b`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavox-id%2Fgit-explain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmavox-id%2Fgit-explain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavox-id%2Fgit-explain/lists"}