Release Notes
🚀 Features
- Add destination argument to
init command (#14)
- Add
branch command to create and list branches (#16)
- Add
commit command to create commits for staged changes (#17)
- Add
merge command to merge changes (#18)
- Add
rebase command 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)
Install git-vmr 0.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eugencowie/git-vmr/releases/download/v0.4.0/git-vmr-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/eugencowie/git-vmr/releases/download/v0.4.0/git-vmr-installer.ps1 | iex"
Download git-vmr 0.4.0