home.social

#jujutsu — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #jujutsu, aggregated by home.social.

  1. 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*.

    mikkokoski.com/blog/jj-heart-s

    #jujutsu #git #clojure

  2. So I figured I'd try #ReplicantSpace -- got as far as registering an account before realizing I'd like some sort of wrapper rather than just running `curl` all the time...

    So started a shell script, got as far as one command implemented, and figured this is too hacky, so had to stop and figure out how to write a proper CLI in #golang..

    Got one command implemented, and figured now is as good a time to try and get used to working with #JuJutsu...

    So now I have two commands implemented, and tempted to look up if anyone has a good TUI framework (or even some sort of React TUI) before getting much further.

    So yeah, this is going great ^_^

  3. 🎩 Ah yes, the age-old battle of #Git #vs. #sanity, now solved by the ancient art of... jujutsu? 🤼‍♂️ Because nothing says "Good Commits" like a chaotic dance of 'WIP test code' and 'fix another UI bug'. Just remember, kids: when in doubt, refactor CRUD and pray to the code gods. 🙏💻
    ikesau.co/blog/defeating-git-r #jujutsu #GoodCommits #codegods #refactorCRUD #HackerNews #ngated

  4. I’ve been using Jujutsu to manage my git repositories for a few weeks now, and I am not looking back. Ever.

    When I code, I feel Git always gets in the way, slowing me down, adding such mental burden. JJ can be used alongside any of your git repos, and makes the version control UX a breeze.

    #git #vcs #jujutsu #jj

    moskitohero.com/post/make-your

  5. Moving my ongoing Claude vibe-a-thon from my Mac to a headless Fedora mini-PC is having the unintended consequence of teaching me just how amazing #tmux is once you get past the basics.

    My new setup is Claude in tmux with a separate terminal pane, and a couple of other windows for chores and admin.

    Ditto how lovely #jujutsu is for Doing Stuff that used to be much harder in git.

    I recommend reading zerowidth.com/2025/jj-tips-and once you are up and running (and the previous post to get that far!).

  6. Heute mal was neues im Training: Ärmel im Boden #Randori abgerissen.
    War ein gutes Training 🥋
    #JuJutsu

  7. Un tuto sur Jujutsu, qui est une sorte de wrapper autour de Git, qui vise à en simplifier certains aspects.

    🔗 jj-for-everyone.github.io/intr

    #Jujutsu #Git #tuto

  8. Un tuto sur Jujutsu, qui est une sorte de wrapper autour de Git, qui vise à en simplifier certains aspects.

    🔗 jj-for-everyone.github.io/intr

    #Jujutsu #Git #tuto

  9. Un tuto sur Jujutsu, qui est une sorte de wrapper autour de Git, qui vise à en simplifier certains aspects.

    🔗 jj-for-everyone.github.io/intr

    #Jujutsu #Git #tuto

  10. Un tuto sur Jujutsu, qui est une sorte de wrapper autour de Git, qui vise à en simplifier certains aspects.

    🔗 jj-for-everyone.github.io/intr

    #Jujutsu #Git #tuto

  11. > But if you’re not, if you think that your tools are fine, all of this is just to say that I think you might be standing out in the rain. And that it’s nice inside. Come in!

    I suspect I'm going to keep reading every blog post about how wonderful #jujutsu is and nod along at all of git's shortcomings and then probably keep using git

    billjings.com/posts/title/git-

  12. 🎉 Hey ! C'est moi dans les internets !
    📹 La vidéo de « Jujutsu, la cerise sur le git, oh ! » est sortie !
    🔗 youtube.com/watch?v=Li22nAOX1JE
    #devoxxfr #jujutsu #git

  13. Jujutsu v0.41.0
    github.com/jj-vcs/jj/releases/

    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 snapshots in the background.

    #jj #jjVCS #jujutsu #jujutsuVCS

  14. Yay, I'm so happy about this fix to standard-clj github.com/oakmac/standard-clo

    I've been using `jj` for the past couple of weeks and `jj fix` is one of my favorite commands. But due to the bug, I got my codebase messed up pretty badly :D Very happy that I was able to fix it

    #clojure #jujutsu

  15. Heute mal bei einem Kollegen mit #JuJutsu trainiert Viel Pratzen und Schulterwurf. Immer wieder gut nach einem total verückten Tag im Softwareprojekt.
    🥋 😁 💪

  16. Hot take: jj bisect run is inferior to git bisect. Calling `exit 0` or `exit 1` or `exit 127` to drive the bisection is peak developer hostility. #jujutsu

  17. New post: Kundera Was Right About AI

    Speed scales output.
    Slowness scales memory.

    I explore why handwriting, debugging, and deliberate friction still matter in AI-assisted work — and why “faster now” often means “slower later.”

    Also: how I use Jujutsu/Git to track history, and why logs can’t replace lived understanding.

    radicaloptimist.org/en/post/ai

    #AI #Writing #Learning #Engineering #Jujutsu #Git #Productivity

  18. For me, I switched from Git to Jujutsu. The funny thing is: I was very comfortable with Git, and even wrote a visual tutorial on it for people who were familiar with it already. agripongit.vincenttunru.com

    Still, Jujutsu's neat, though it's hard to describe exactly why. There are just a bunch of helpful little touches that add up, even without the main selling point of stacked PRs, and the mental model was fairly easy to pick up. (Letting go of my mental model for Git was harder though.)

  19. Megamerges en Jujutsu y su Impac…

    Los **megamerges** en Jujutsu son procesos que permiten integrar cambios significativos en el código sin los conflictos típicos de otras metodologías.

    norvik.tech/news/analisis-juzu

    #Technology #Jujutsu #Megamerges #DesarrolloAgil #FlujosDeTrabajo #NorvikTech #DesarrolloSoftware #TechInnovation

  20. todays favourite #jujutsu command: jj evolog -p, “wait, show me what I just changed”

  21. Oh joy, another 13-minute read on the indispensable magic of 'jujutsu #megamerge workflows' for all you #Git wizards out there 🧙‍♂️💻. Who knew that juggling convoluted #workflows could be so life-changing? 🌪️ Clearly, the one thing standing between you and #software nirvana is learning to "megamerge" like a true ninja! 🥷
    isaaccorbrey.com/notes/jujutsu #jujutsu #development #productivity #ninja #HackerNews #ngated

  22. I am a #softwaredeveloper and I read some posts about #Jujutsu (example here: steveklabnik.github.io/jujutsu). It is a wrapper around #git. The tutorial claims that is more simple and the site of Jujutsu itself aims for one interface to more DVCS systems. I do not see the benefits if all companies I work for use git. Learning a new tool costs too much time. So I ask the internet, is it truly better?

  23. One week with Jujutsu full-time: I've never been happier with VCS. I guess we don't come back to the git.

    The only "project-wide C-z" feature is already huge, but there is so much more.

    Finally VCS doesn't get in the way and feels so reliable and smooth.

  24. @jason Here is a simple workflow I use for preventing local changes from being pushed to remote: youtu.be/kwwQ-pQ0Rk4

  25. On the 18th there will be an open seminar of #DaitoRyu Aikijujutsu in Helsinki. No prior experience of the art is needed and great for martial artists interested in historical Japanese #jujutsu (particularly of course those who do #aikido, though there have been all kinds at these events).

    Starts at 13:00 at VMA Helsinki. Hosted by #Sasuga.

    FB event: facebook.com/share/18Tb1xV5jT/

  26. On the 18th there will be an open seminar of #DaitoRyu Aikijujutsu in Helsinki. No prior experience of the art is needed and great for martial artists interested in historical Japanese #jujutsu (particularly of course those who do #aikido, though there have been all kinds at these events).

    Starts at 13:00 at VMA Helsinki. Hosted by #Sasuga.

    FB event: facebook.com/share/18Tb1xV5jT/

  27. On the 18th there will be an open seminar of #DaitoRyu Aikijujutsu in Helsinki. No prior experience of the art is needed and great for martial artists interested in historical Japanese #jujutsu (particularly of course those who do #aikido, though there have been all kinds at these events).

    Starts at 13:00 at VMA Helsinki. Hosted by #Sasuga.

    FB event: facebook.com/share/18Tb1xV5jT/

  28. On the 18th there will be an open seminar of #DaitoRyu Aikijujutsu in Helsinki. No prior experience of the art is needed and great for martial artists interested in historical Japanese #jujutsu (particularly of course those who do #aikido, though there have been all kinds at these events).

    Starts at 13:00 at VMA Helsinki. Hosted by #Sasuga.

    FB event: facebook.com/share/18Tb1xV5jT/

  29. On the 18th there will be an open seminar of #DaitoRyu Aikijujutsu in Helsinki. No prior experience of the art is needed and great for martial artists interested in historical Japanese #jujutsu (particularly of course those who do #aikido, though there have been all kinds at these events).

    Starts at 13:00 at VMA Helsinki. Hosted by #Sasuga.

    FB event: facebook.com/share/18Tb1xV5jT/

  30. In the meantime, I use jujutsu on 2 of my current projects full time. I do everything, including push/fetch via jj. (with a help of majutsu.el).

    The third project have a lot of untracked and ustaged changes, so I'm a bit hesitant to switch it to jj right now. (technically nothing stops me from doing so, but I want to use migration as an opportunity to cleanup and commit all "ongoing" changes).

    Anyway, jujutsu is hucking awesome, I enjoy every second using it.

  31. Day one has ended and I am still shyly tip-toeing my way through the #jj commands.

    You really gotta unplug your old habits and join a whole new VC paradigm.

    As a nushell / zellij / emacs user, #JuJutsu is one more tool in my one-of-a-kind dev combo.

  32. Day one has ended and I am still shyly tip-toeing my way through the #jj commands.

    You really gotta unplug your old habits and join a whole new VC paradigm.

    As a nushell / zellij / emacs user, #JuJutsu is one more tool in my one-of-a-kind dev combo.