Blogged: jj fix 🩷 standard-clj
For the past few weeks, I've been using Jujutsu (jj) as my primary version control system instead of git.
jj fix is one of my favorite commands. It hooks up with formatter like prettier or standard-clj and formats the code and fixes the issue in the commits that introduced them, *without conflicts*.
https://www.mikkokoski.com/blog/jj-heart-standard-clj/index.html
jj fix 🩷 standard-clj
`jj` has a bunch of cool things, but one of my favorite commands is `jj fix`. In this article, I'll describe what `jj fix` does and why it's better than doing the same with `git rebase` + `git amend` workflow, and how it integrates with my Clojure formatter of choice, `standard-clj`.