-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
demos: update README demos #4237
Conversation
dc703a3
to
3c12341
Compare
Yay! Right before I read this, I was thinking of asking for that explanation. |
Aside: thanks to ChatGPT for helping fix the error from argument order.
85ebffd
to
f666722
Compare
Unfortunately, I didn't figure out a way to include immutable commits, but maybe we figure out one later. Still, I updated one of the demos significantly to talk about what |
This updates demos to the point where they can run without warnings. Some of them become less clear, this is addressed (where I noticed it) in follow-up commits. Fixes jj-vcs#3209
This seemed worth doing while I was working on the following commit. I also moved the sentence for the purposes of the following commit.
It is important to mention tracking branches and listing branches. This topic is important now that `jj log` does not show branches `jj git clone` says it fetched by default. The demo has become more about navigating a Git remote, so I reworded the README accordingly, shifting the focus more to "Git remote compatibility" and away from "We include a Git repo". Both are important, but these skills seem important for beginners.
I would prefer to shorten it instead of fully redacting, but I ran into jj-vcs#4239
Thanks for the review! I'll wait a bit in case anybody else wants to have a look, will probably merge it tomorrow. |
Here is the rendered README with these changes.
I initially meant to only do minimal changes, but I think we have to discuss tracked branches now that they affect the output of
jj log
, at least so that people know to writejj log -r 'all()'
. So, one of the demos became a lot longer.Fixes #3209
Checklist
If applicable:
CHANGELOG.md