ZIP
WinGet
lazygit
Jesse Duffield · 0.45.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
lazygit_0.45.0_Windows_arm64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
JesseDuffield.lazygit
Version
0.45.0
Description
Simple terminal UI for git commands.
License
MIT
↗
Installer URL
https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Windows_arm64.zip
Release Notes
Lots of great improvements in this one! Thanks to all the contributors who helped make this release happen.Apologies for the long waits between releases. As of #4146 we're now (almost) guaranteed to do monthly releases.What's Changed
Enhancements 🔥
- Better branch delete confirmation by @stefanhaller in #3915
- Add a menu item to delete both local and remote branch at once by @stefanhaller in #3916
- Auto-render hyperlinks by @stefanhaller in #3914
- Allow pasting commits multiple times by @stef…