ZIP
WinGet
jj
jj-vcs · 0.41.0 · 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
jj-v0.41.0-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
jj-vcs.jj
Version
0.41.0
Description
A Git-compatible VCS that is both simple and powerful
License
Apache-2.0
↗
Homepage
https://github.com/jj-vcs/jj
Installer URL
https://github.com/jj-vcs/jj/releases/download/v0.41.0/jj-v0.41.0-x86_64-pc-windows-msvc.zip
Release Notes
About
jj is a Git-compatible version control system that is both simple and powerful. See
the installation instructions to get started.
Release highlights
- jj fix now supports formatting specific line ranges (allowing you to format
only modified lines); see the configuration manual and notes below for more.
- The new global flag --no-integrate-operation will let you run a command without
impacting the repo state or the working copy, which is useful when automated tools
may create snapshot…