Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: jj Clear Filter

Jujutsu for everyone

This is a tutorial for the Jujutsu version control system. It requires no previous experience with Git or any other version control system. At the time of writing, most Jujutsu tutorials are targeted at experienced Git users, teaching them how to transfer their existing Git skills over to Jujutsu. This tutorial is my attempt to fill the void of beginner learning material for Jujutsu. If you are already experienced with Git, I recommend Steve Klabnik's tutorial instead of this one. This tutoria

Jujutsu for Everyone

This is a tutorial for the Jujutsu version control system. It requires no previous experience with Git or any other version control system. At the time of writing, most Jujutsu tutorials are targeted at experienced Git users, teaching them how to transfer their existing Git skills over to Jujutsu. This tutorial is my attempt to fill the void of beginner learning material for Jujutsu. If you are already experienced with Git, I recommend Steve Klabnik's tutorial instead of this one. This tutoria

Jujutsu and Radicle

Jujutsu + Radicle = ❤️ How I use Jujutsu in tandem with Radicle Published by fintohaps on 14.08.2025 Roughly a year ago at the first ever Local First Conference, a friend and previous colleague – Alex Good – told me about this tool called jj (Jujutsu). We did the usual thing and I sat down beside him as he explained it to me. My brain did the usual thing and took in some of the information but not enough of it, and so I didn’t touch jj for quite some time after that – but what’s good enough f

Topics: git jj patch rad radicle

The JJ VCS workshop: A zero-to-hero speedrun

Become a Jujutsu Master in 1 hour Perhaps you've heard of the JJ VCS, a new VCS replacing git that makes commit discipline and dealing with stacked PRs a breeze. Perhaps you've read the same blog posts I have, about how great jj is and how easy it is to get started. But it wasn't enough for me, and it might not be enough for you. I felt my productivity grind to a halt as I struggled with things that had become second nature after 15 years of using git. Even though I was told it would be easy,

Jujutsu for busy devs

Jujutsu For Busy Devs Posted 21 July 2025 jujutsu development guide Elevator Pitch Jujutsu ( jj ) is a version control system with a significantly simplified mental model and command-line interface compared to Git, without sacrificing expressibility or power (in fact, you could argue Jujutsu is more powerful). Stacked-diff workflows, seamless rebases, and ephemeral revisions are all natural with jj , and it uses Git as a backend, which means you can begin using it non-destructively with a

Tools I love: mise(-en-place)

Tools I love: mise(-en-place) tools cli mise Once in a while you get introduced to a tool that instantly changes the way you work. For me, mise is one of those tools. mise is the logical conclusion to a lot of the meta-tooling that exists around language-specific version and package managers like asdf, nvm, uv, pyenv etc. It makes it exceptionally easy to install, use, and manage software. It also allows you to manage environment variables and declare tasks (run commands). The first step in g

Topics: jj mise toml tools use