]> git.phdru.name Git - git-wiki.git/blobdiff - pep-git.txt
See the page "Mercurial for Git users"
[git-wiki.git] / pep-git.txt
index f9cae0363c598689c42138de724a43bd2431f002..e1948ca7a9b3dcbf86fbd5811fa182830e05e56b 100644 (file)
@@ -879,10 +879,15 @@ prepend ``hg::`` to Mercurial URLs. For example::
     $ PATH=$PATH:"`pwd`"/git-remote-hg
     $ git clone hg::https://hg.python.org/peps/ PEPs
 
-To work with the repository just use normal ``git fetch/pull/push``
-commands.
-
-Mercurial for Git users https://mercurial.selenic.com/wiki/GitConcepts
+To work with the repository just use regular git commands including
+``git fetch/pull/push``.
+
+To start converting your Mercurial habits to git see the page
+`Mercurial for Git users
+<https://mercurial.selenic.com/wiki/GitConcepts>`_ at Mercurial wiki.
+At the second half of the page there is a table that lists
+corresponding Mercurial and git commands. Should work perfectly in
+both directions.
 
 
 References