Hacker News new | ask | show | jobs
by xbryanx 5473 days ago
So wish I could use bitbucket, but switching off Git isn't an option for our team.
1 comments

You can try hg-git[1] to keep using git, and then push to a hg repo[2].

[1]: http://hg-git.github.com/ [2]: http://traviscline.com/blog/2010/04/27/using-hg-git-to-work-...