git-vmr
0.4.0
v0.4.0
Jun 4 2026 at 00:02 UTC
🚀 Features
- Add destination argument to
initcommand (#14) - Add
branchcommand to create and list branches (#16) - Add
commitcommand to create commits for staged changes (#17) - Add
mergecommand to merge changes (#18) - Add
rebasecommand to apply commits on top of another tip (#19)
🚜 Refactor
- Centralise git command execution (#21)
- Centralise repository discovery (#22)
- Standardise git command result handling (#23)
- Restructure git command organisation (#24)
âš¡ Performance
- Run commands in parallel (#20)