{"id":31053413,"url":"https://github.com/nivl/git-go","last_synced_at":"2026-04-17T02:31:13.968Z","repository":{"id":38328387,"uuid":"272517751","full_name":"Nivl/git-go","owner":"Nivl","description":"Basic git implementation in pure Go","archived":false,"fork":false,"pushed_at":"2023-04-20T23:56:48.000Z","size":1802,"stargazers_count":3,"open_issues_count":14,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-15T02:02:00.550Z","etag":null,"topics":["git","go"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Nivl.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-15T18:45:00.000Z","updated_at":"2024-01-18T05:25:11.000Z","dependencies_parsed_at":"2024-06-20T11:58:24.120Z","dependency_job_id":"4035f2c4-786c-449b-834f-78b6810ce702","html_url":"https://github.com/Nivl/git-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nivl/git-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nivl%2Fgit-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nivl%2Fgit-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nivl%2Fgit-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nivl%2Fgit-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nivl","download_url":"https://codeload.github.com/Nivl/git-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nivl%2Fgit-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275194018,"owners_count":25421441,"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-15T02:00:09.272Z","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":["git","go"],"created_at":"2025-09-15T02:01:49.061Z","updated_at":"2026-04-17T02:31:13.856Z","avatar_url":"https://github.com/Nivl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Reference](https://pkg.go.dev/badge/github.com/Nivl/git-go@main.svg)](https://pkg.go.dev/github.com/Nivl/git-go@main)\n[![codecov](https://codecov.io/gh/Nivl/git-go/branch/main/graph/badge.svg?token=I0YC2EHRHB)](https://codecov.io/gh/Nivl/git-go)\n[![Go Report Card](https://goreportcard.com/badge/github.com/Nivl/git-go)](https://goreportcard.com/report/github.com/Nivl/git-go)\n[![Build Workflow](https://github.com/Nivl/git-go/workflows/Build/badge.svg)](https://github.com/Nivl/git-go/actions?query=workflow%3ABuild)\n\n# git-go\n\nBasic git implementation in pure Go\n\n## Current features\n\n### CLI\n\n#### Porcelain\n\n- [x] init\n\n#### Plumbing\n\n- [x] hash-object\n- [x] cat-file\n\n### Library\n\n- [x] Retrieve objects\n- [x] Write loose objects\n- [x] Read/Write References\n\n## Roadmap\n\n### CLI\n\nSee the [CLI project](https://github.com/Nivl/git-go/projects/2)\n\n### Library\n\nSee the [Library project](https://github.com/Nivl/git-go/projects/1)\n\n## Dev\n\nWe use [task](https://github.com/go-task/task) as task runner / build\ntool. The main commands are:\n\n- `task test` to run the tests\n- `task install` to install the `git-go` to the GOPATH\n- `task build` to create a `git` binary in the `./bin` directory\n- `task dev -w` to have the binary at `./bin/git` automatically rebuilt with every change in the code\n\n## Getting Started with the lib\n\nThe [git package](https://pkg.go.dev/github.com/Nivl/git-go) should contain\neverything you need to do most of the common operations. For more advanced\noperations, you should use the [ginternals package](https://pkg.go.dev/github.com/Nivl/git-go/ginternals).\n\nYou can take a look at our [smoke tests](https://github.com/Nivl/git-go/tree/main/smoke) for examples of usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnivl%2Fgit-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnivl%2Fgit-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnivl%2Fgit-go/lists"}