←back to thread

Jujutsu for everyone

(jj-for-everyone.github.io)
434 points Bogdanp | 1 comments | | HN request time: 0.203s | source
1. stevage ◴[] No.45088661[source]
In case the author is reading, can I suggest reformatting this kind of thing:

>The command jj log shows you a visual representation of your version history. If you run it, you should see something like this:

> @ mkmqlnox alice@local 2025-07-22 20:15:56 f6feaadf

To:

> The command jj log shows you a visual representation of your version history.

> $ jj log

> @ mkmqlnox alice@local 2025-07-22 20:15:56 f6feaadf

Much better for learning when the command itself is part included in the output.