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

#jujutsu #git #clojure

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`.

@rap1ds Nice. I have been 👀 at jj for a while but never came around to really try it. This is a good nudge to find some time :)
@kommen Do it! :D It's really nice, some learning curve for sure but imo not too bad. Works seemlessly with git so your co-workers don't even know you're using it