File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -49,18 +49,15 @@ <h1 class="tbar"><small>the</small> Hg-Git <small>mercurial plugin</small></h1>
49
49
< h3 > Clone a Git repository</ h3 >
50
50
51
51
< p >
52
- You can clone a Git repository from Mercurial by
53
- running < code > hg clone [url]</ code > . It will create a
54
- directory with the same name as the last path component. For
55
- example, if you were to run < code > hg clone
56
- git://github.com/schacon/munger.git</ code > it would clone
57
- the repository down into the directory 'munger.git', then
58
- convert it to a Mercurial repository for you.
52
+ Eg:
59
53
</ p >
60
54
61
- < pre > hg clone git://github.com/schacon/munger.git</ pre >
55
+ < pre > hg clone git://github.com/schacon/munger.git</ pre >
62
56
63
- < p > And you're off!</ p >
57
+ < p >
58
+ Like with normal < code > hg clone</ code > , you can optionally
59
+ specify a destination directory.
60
+ </ p >
64
61
65
62
< h3 > Push an existing Hg repository to Git</ h3 >
66
63
You can’t perform that action at this time.
0 commit comments