Converting an hg repository to git
From http://stackoverflow.com/questions/16037787/convert-mercurial-project-to-git, use fast-export.
cd ~/src/bb git clone git://repo.or.cz/fast-export.git git init chrisatlee-poster-git cd chrisatlee-poster-git ../fast-export/hg-fast-export.sh -r ../chrisatlee-poster git checkout HEAD
Related posts
- git worktree notes — posted 2017-05-27
- Git submodule notes — posted 2013-03-07
- Example using git bisect to narrow in on a commit — posted 2011-08-13
- git notes — posted 2011-08-11
- Colorized, interactive "git blame" in Emacs: vc-annotate — posted 2011-05-28