RE: https://beep.town/@zion/116246053243510783
when someone tries to sell you on a new VCS
RE: https://beep.town/@zion/116246053243510783
when someone tries to sell you on a new VCS
Updated Jujutsu to 0.39.0 for #guix. In this PR, or anyone that wants to try it:
https://codeberg.org/guix/guix/pulls/7078
Nice features are a new `jj arrange` which is kinda `git interactive rebase` but without the fear.
And, `jj bookmark advance` which makes it easy to move a bookmark (branch) forward. Improves interacting with Git branches.

<!-- Below is a checklist for package-related patches. For details please refer to [the manual](https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html). Common issues in the contribution process are also documented in the ["Contributing" chapter](https://guix.gnu.org/manual/deve...
Jujutsu v0.39.0
https://github.com/jj-vcs/jj/releases/tag/v0.39.0
Release highlights:
* `jj arrange` command brings up a TUI where you can reorder and abandon revisions.
* `jj bookmark advance` automatically moves bookmarks forward to a target revision (defaults to @) using customization points revsets.bookmark-advance-from and revsets.bookmark-advance-to. It is heavily inspired by the longstanding community alias jj tug.
I’ve been using #jjui for about 6 months and it’s become essential part of my daily workflow. I stopped using jj cli directly completely, jjui does everything I need perfectly, and makes dealing with #jujutsu repos a pleasure.
And it really shines when working with agents - it’s almost effortless to try different approaches with parallel jj changes, reviewing, and discarding when an agent produces crap.
I used to be a big #magit fan but since I stopped using Emacs I was on the lookout for a replacement. Nothing came close. With #jjui I feel home again. It’s jujutsu native so it works and feels slightly different than magit, but I feel like I’m flying with my VCS again :)
Editing changes in patch format with Jujutsu
https://www.knifepoint.net/~kat/kb-jj-patchedit.html
#HackerNews #Editing #Jujutsu #patch #format #Jujutsu #tutorial #software #development #programming