From 88defe7fd148dfcb4353bb524c293bed3940b4f7 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Wed, 1 Mar 2023 18:17:05 -0600 Subject: [PATCH] README: cleanup initial instructions The `git init` command can create the directory, and HEAD doesn't need to be specified in `git checkout` (it's the default). Signed-off-by: Felipe Contreras --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2419a4f..30df3a4 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,10 @@ Usage Using hg-fast-export is quite simple for a mercurial repository : ``` -mkdir repo-git # or whatever +git init repo-git # or whatever cd repo-git -git init hg-fast-export.sh -r -git checkout HEAD +git checkout ``` Please note that hg-fast-export does not automatically check out the