Release Notes
🚀 Features
- Add
clone command for cloning repositories (#31)
- Add
tag command for creating, deleting, and listing tags (#33)
- Add
switch command to switch between branches (#34)
- Add
fetch, pull, and push commands for collaboration (#35)
- Add
reset command to reset the index (#36)
- Add
--create argument to switch command to create branches (#37)
🚜 Refactor
- Extract command handling into dedicated module (#39)
🎨 Styling
- Standardise output handling (#38)
Install git-vmr 0.6.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eugencowie/git-vmr/releases/download/v0.6.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.6.0/git-vmr-installer.ps1 | iex"
Download git-vmr 0.6.0