Skip to content

0.6.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 01:12
1709a17

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

File Platform Checksum
git-vmr-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-vmr-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-vmr-x86_64-pc-windows-msvc.zip x64 Windows checksum
git-vmr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum