maryrosecook/gitlet resource
Git implemented in JavaScript observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4411
- days_rel: n/a
- days_push: 2848
- n_releases_24m: 0
Adoption not part of the score
2164 stars · 135 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Gitlet is a small implementation of Git written in about 1000 lines of heavily annotated JavaScript, built to teach how Git works internally. It supports basic commands like init, add, commit, clone, branch, checkout, merge, fetch, and push, but is intended for learning rather than production use.
Use cases
- understand how git works internally
- learn git internals by reading annotated source code
- teach version control concepts to students
- explore the git object model, index, and remotes
- run a toy git implementation in javascript
When to choose
- you want to deeply understand git's internals from the inside out
- you are teaching or learning how version control systems work
- you want a small, readable codebase that mirrors git's CLI terminology
When to avoid
- you need a reliable version control tool for real projects
- you need full git feature coverage, performance, or security
- you need an actively maintained tool - the project has had no releases since 2018
Facets
learning-resource · maturity maintenance
version-control developer-tools cli interpreter version-control education developer-tools cli cross-platform git-internals educational annotated-source javascript toy-implementation command-line nodejs
4 sources
- readme: https://github.com/maryrosecook/gitlet · fetched 2026-08-28 · 31a31ff52759
- homepage: http://gitlet.maryrosecook.com · fetched 2026-08-29 · 89dc88bcd60f
- site_page: http://gitlet.maryrosecook.com/docs/gitlet.html · fetched 2026-08-29 · 850a143e170a
- registry_npm: https://registry.npmjs.org/gitlet · fetched 2026-08-29 · 89512ae9617d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| maryrosecook/gitlet | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="maryrosecook/gitlet")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem