From a389703043f997f87dd27f3ce3059e59ed39c309 Mon Sep 17 00:00:00 2001 From: "jj-docs[bot]" Date: Mon, 26 Feb 2024 02:52:41 +0000 Subject: [PATCH] Deployed a976b5d to prerelease with MkDocs 1.5.3 and mike 2.0.0 --- prerelease/cli-reference/index.html | 8 ++++++++ prerelease/search/search_index.json | 2 +- prerelease/sitemap.xml.gz | Bin 469 -> 469 bytes 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/prerelease/cli-reference/index.html b/prerelease/cli-reference/index.html index f2e627277..f8beeffcb 100644 --- a/prerelease/cli-reference/index.html +++ b/prerelease/cli-reference/index.html @@ -5572,6 +5572,7 @@ repository.

jj abandon

Abandon a revision

Abandon a revision, rebasing descendants onto its parent(s). The behavior is similar to jj restore --changes-in; the difference is that jj abandon gives you a new change, while jj restore updates the existing change.

+

If a working-copy commit gets abandoned, it will be given a new, empty commit. This is true in general; it is not specific to this command.

Usage: jj abandon [OPTIONS] [REVISIONS]...

Arguments:

jj git fetch

Fetch from a Git remote

+

If a working-copy commit gets abandoned, it will be given a new, empty commit. This is true in general; it is not specific to this command.

Usage: jj git fetch [OPTIONS]

Options:

jj git import

Update repo with changes made in the underlying Git repo

+

If a working-copy commit gets abandoned, it will be given a new, empty commit. This is true in general; it is not specific to this command.

Usage: jj git import

jj git export

Update the underlying Git repo with changes made in the repo

@@ -6259,6 +6262,7 @@ Martin von Zweigbergk

Move changes from one revision into another

Use --interactive to move only part of the source revision into the destination. The selected changes (or all the changes in the source revision if not using --interactive) will be moved into the destination. The changes will be removed from the source. If that means that the source is now empty compared to its parent, it will be abandoned. Without --interactive, the source change will always be empty.

If the source became empty and both the source and destination had a non-empty description, you will be asked for the combined description. If either was empty, then the other one will be used.

+

If a working-copy commit gets abandoned, it will be given a new, empty commit. This is true in general; it is not specific to this command.

Usage: jj move [OPTIONS] <--from <FROM>|--to <TO>> [PATHS]...

Arguments: