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:
Martin von Zweigbergk 2022-07-01 19:08:14 -07:00 committed by Martin von Zweigbergk
parent 88864871b7
commit d3f2b4c9cd

View File

@ -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."
)?;
}