doc: promote "git restore"
[gitweb.git] / builtin / clone.c
index 50bde9961809b1d55c74fb6d3cbfbf5a86ddf5c7..024eb57996402d8111330be3d210f9c544505a60 100644 (file)
@@ -492,7 +492,7 @@ static enum {
 static const char junk_leave_repo_msg[] =
 N_("Clone succeeded, but checkout failed.\n"
    "You can inspect what was checked out with 'git status'\n"
-   "and retry the checkout with 'git checkout -f HEAD'\n");
+   "and retry with 'git restore --source=HEAD :/'\n");
 
 static void remove_junk(void)
 {