320 links
  • Sbgodin
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
  • Convert a Mercurial Repository to Git - Stack Overflow
    To convert a Mercurial repository to git:

    mkdir myrepo
    cd myrepo
    git clone https://github.com/frej/fast-export .
    rm -rf .git .gitignore git init
    ./hg-fast-export.sh -r ../path/to/local/hg/repo
    git clean -f # remove fast-export files
    Tue 07 Mar 2017 10:45:16 AM CET * - permalink -
    QRCode
    - http://stackoverflow.com/questions/1389307/convert-a-mercurial-repository-to-git
    en git hack hg
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation