mirror of
https://github.com/frej/fast-export.git
synced 2026-01-16 03:02:04 +01:00
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 <felipe.contreras@gmail.com>
This commit is contained in:
@@ -43,11 +43,10 @@ Usage
|
||||
Using hg-fast-export is quite simple for a mercurial repository <repo>:
|
||||
|
||||
```
|
||||
mkdir repo-git # or whatever
|
||||
git init repo-git # or whatever
|
||||
cd repo-git
|
||||
git init
|
||||
hg-fast-export.sh -r <local-repo>
|
||||
git checkout HEAD
|
||||
git checkout
|
||||
```
|
||||
|
||||
Please note that hg-fast-export does not automatically check out the
|
||||
|
||||
Reference in New Issue
Block a user