Bitbucket Quickstart

Quickstart $ hg clone http://bitbucket.org/saturngod/ornagai … $ hg pull -u # to pull changes and update $ hg push # to push changes to this repo Import existing data? $ cd /path/to/existing/hg/repo/ $ hg push http://bitbucket.org/saturngod/ornagai Prefer SSH? $ hg clone ssh://[email protected]/saturngod/ornagai $ hg push ssh://[email protected]/saturngod/ornagai

Converting from Git to Bitbucket – Bitbucket – Atlassian Documentation – Confluence

Git is another Distributed Version Control System, not unlike Mercurial itself. There are times when converting is something you want to do. For this example, we’re going to use the popular will_paginate plugin for Ruby on Rails, hosted by Github. The repository URL is git:github.com/mislav/will_paginate.git. Mercurial does not allow cloning remote Git repositories, so you [...]