Trying out #Jujutsu 😎
So far, I like the general philosophy. I just miss the pre-commit hooks (I know about jj fix, but it’s not the same), and I still got to get my head round some stuff that break a decades-long culture of doing version control.
Trying out #Jujutsu 😎
So far, I like the general philosophy. I just miss the pre-commit hooks (I know about jj fix, but it’s not the same), and I still got to get my head round some stuff that break a decades-long culture of doing version control.
Day one impressions on #Jujutsu
🚀 Jumping in is fine and does not break git -- if you accept to live in detached HEAD off main
🚀 Working in a amend-oriented flow is simpler with jj
🚀 rebasing is a breeze
🚀 It’s fun to push branch B while editing branch A - no hassle checking out stuff
🚀 Saying goodbye to stashes is cool too
🚀 There is an emacs mode 😍
But...
💥 I find the jj log is a little messy - I know it can be cleaned
💥 Farewell pre-commit hooks
💥 Muscle memory is resilient...
@djtal64 That’s exactly what I am doing now.
Jujutsu is a versioning system that can be backed by all sorts of existing VCS, and obviously, git is a first-class citizen.
What happens is that you get a new .jj directory in your repo alongside your .git directory.
From then on, you work on a detached HEAD. The equivalent of branches are bookmarks.
Check this out: https://docs.jj-vcs.dev/latest/github/
Also watch that video for the general idea: https://youtu.be/2otjrTzRfVk?si=HzZzUWOjw64GORyR