X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pep-git.txt;h=e1948ca7a9b3dcbf86fbd5811fa182830e05e56b;hb=a0aa096d5582e6562b996297ce40526f7e803def;hp=f9cae0363c598689c42138de724a43bd2431f002;hpb=5688e11691e873b5f624275b92f7159f3f7c3acf;p=git-wiki.git diff --git a/pep-git.txt b/pep-git.txt index f9cae03..e1948ca 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -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 +`_ 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