No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-31 20:50:22 -05:00
src docs(init): Clarify --bare help message 2026-08-31 20:50:22 -05:00
.gitignore init(all): Init commit 2026-08-20 23:11:09 -05:00
Cargo.lock feat(init): Add initialization command 2026-08-23 23:50:02 -05:00
Cargo.toml feat(init): Add initialization command 2026-08-23 23:50:02 -05:00
README.md feat(roadmap): Add more maintainer enhancements 2026-08-22 23:55:31 -05:00

Jet

Version control faster than the speed of thought. Fast, reliable, and feature-rich version control for developers and maintainers.

Roadmap

Up next

  • Base git-like implementation in Rust with SHA256 default
  • To/from git tool
  • Issue and PR tracking with hashes instead of numbers

Developer enhancements

  • Hooks with permissions
  • Auto-configure remotes
  • Configurable auto-fetching
  • Ignored comment marker (.gitignore but with a comment marker)

Maintainer snacks

  • Conventional commit schema support
  • Better tags/releases management, more separate from branches
  • On-device branch protection rules
  • Custom issue key/values (i.e. Scope/{Client, Server})
  • Required commit labels (like issues)

Integrations

  • Repository wikis
  • Neovim plugin
  • LazyGit-like TUI
  • Easier APIs, maybe with a dedicated subcommand or even server UI

Far future

  • Build system with wide import support and simple syntax
  • More formats like images, binaries, and rich text.