ZIP
WinGet
lazygit
Jesse Duffield · 0.55.0 · arm
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.55.0_Windows_armv6.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
JesseDuffield.lazygit
Version
0.55.0
Description
Simple terminal UI for git commands.
License
MIT
↗
Installer URL
https://github.com/jesseduffield/lazygit/releases/download/v0.55.0/lazygit_0.55.0_Windows_armv6.zip
Release Notes
What's Changed
Enhancements 🔥
- Allow filtering the keybindings menu by keybinding by @stefanhaller in #4821
- Add support for suspending LazyGit with Ctrl+Z on Unix systems by @cowboy8625 in #4757
- Add "CopyToClipboard" command to ConfirmationController by @kyu08 in #4810
- Add a user config for using git's external diff command for paging by @stefanhaller in #4832
- Log the hash of dropped stashes by @stefanhaller in #4850
Fixes 🔧
- Fix right-alignment of divergence from base branch for branc…