Skip to content

Commit

Permalink
cli: fix mention of jj git pull to be jj git fetch
Browse files Browse the repository at this point in the history
This addresses the issue from the title of #412.
  • Loading branch information
martinvonz committed Jul 2, 2022
1 parent 8886487 commit fa7ee57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)?;
}

Expand Down

0 comments on commit fa7ee57

Please sign in to comment.