diff --git a/src/commands.rs b/src/commands.rs index 8b9986837..70221d38a 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -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." )?; }