ZIP
WinGet
worktrunk
max-sixty · v0.29.2 · x64
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
worktrunk-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
max-sixty.worktrunk
Version
v0.29.2
Description
A Git worktree manager for trunk-based development
License
MIT OR Apache-2.0
↗
Installer URL
https://github.com/max-sixty/worktrunk/releases/download/v0.29.2/worktrunk-x86_64-pc-windows-msvc.zip
Release Notes
Release Notes
Improved
- [switch] no-cd config option: Disable directory change by default with no-cd = true in the [switch] section. Use --cd flag to override when needed. Useful for tmux workflows where sessions handle navigation. Docs (#1401, thanks @jradtilbrook)
Fixed
- GPG signature output breaks wt list: When log.showSignature is set in git config, GPG verification lines contaminated stdout in git log calls, causing parse failures. All git log invocations now pass --no-show-signature. (#1…