ok/jj
1
0
Fork 0
forked from mirrors/jj

jj help git: Include "Git remotes" in the title

Previously, it sounded like `jj git` might only include highly-technical
commands, while IMO the most important commands in here are `jj git
fetch` and `jj git push`.
This commit is contained in:
Ilya Grigoriev 2024-06-02 21:54:31 -07:00
parent 0f12582818
commit 441175f2f9
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ use crate::git_util::{
};
use crate::ui::Ui;
/// Commands for working with the underlying Git repo
/// Commands for working with Git remotes and the underlying Git repo
///
/// For a comparison with Git, including a table of commands, see
/// https://github.com/martinvonz/jj/blob/main/docs/git-comparison.md.

View file

@ -117,7 +117,7 @@ To get started, see the tutorial at https://github.com/martinvonz/jj/blob/main/d
* `duplicate` — Create a new change with the same content as an existing one
* `edit` — Sets the specified revision as the working-copy revision
* `files` — List files in a revision
* `git` — Commands for working with the underlying Git repo
* `git` — Commands for working with Git remotes and the underlying Git repo
* `init` — Create a new repo in the given directory
* `interdiff` — Compare the changes of two commits
* `log` — Show revision history
@ -760,7 +760,7 @@ List files in a revision
## `jj git`
Commands for working with the underlying Git repo
Commands for working with Git remotes and the underlying Git repo
For a comparison with Git, including a table of commands, see https://github.com/martinvonz/jj/blob/main/docs/git-comparison.md.