We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87e21a commit 8ce6944Copy full SHA for 8ce6944
book/09-git-and-other-scms/sections/import-hg.asc
@@ -5,7 +5,7 @@ Since Mercurial and Git have fairly similar models for representing versions, an
5
6
[source,console]
7
----
8
-$ git clone http://repo.or.cz/r/fast-export.git /tmp/fast-export
+$ git clone https://github.com/frej/fast-export.git
9
10
11
The first step in the conversion is to get a full clone of the Mercurial repository you want to convert:
0 commit comments