git_core 0.1.0-dev.1
git_core: ^0.1.0-dev.1 copied to clipboard
A pure Dart foundation for reading and writing Git repositories and objects.
Changelog #
0.1.0-dev.1 #
- Initial public prerelease of
git_core. - Add pure Dart Git plumbing for objects, refs, packs, index handling, and repository discovery.
- Add structured local workflows including add, commit, diff, apply, branch, checkout, reset, restore, stash, merge, and worktree helpers.
- Add remote sync support for filesystem, static HTTP, smart HTTP, and SSH transports with branch tracking and recovery helpers.