ZIP
WinGet
lazygit
Jesse Duffield · 0.53.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.53.0_Windows_armv6.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
JesseDuffield.lazygit
Version
0.53.0
Description
Simple terminal UI for git commands.
License
MIT
↗
Installer URL
https://github.com/jesseduffield/lazygit/releases/download/v0.53.0/lazygit_0.53.0_Windows_armv6.zip
Release Notes
What's Changed
Enhancements 🔥
- Add option to disable warning when amending last commit by @johnhamlin in #4640
- Add bold style for border by @aidancz in #4644
- Add credential prompts for PKCS11-based SSH keys by @Jadeiin in #4646
- Show annotation information for selected tag by @stefanhaller in #4663
- Show stash name for selected stash by @stefanhaller in #4673
- Auto-stash modified files when cherry-picking or reverting commits by @stefanhaller in #4683
- Move to next stageable line when a…