mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 18:27:38 +00:00
cli: fix mention of jj git pull
to be jj git fetch
This addresses the issue from the title of #412.
This commit is contained in:
parent
88864871b7
commit
d3f2b4c9cd
1 changed files with 1 additions and 1 deletions
|
@ -2974,7 +2974,7 @@ fn cmd_status(
|
|||
}
|
||||
writeln!(
|
||||
ui,
|
||||
" Use `jj branch list` to see details. Use `jj git pull` to resolve."
|
||||
" Use `jj branch list` to see details. Use `jj git fetch` to resolve."
|
||||
)?;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue