4
votes
1answer
209 views

Where can I host a version control repository (such as Git, Mercurial etc.)

This post will cover hosting repositories on Github Bitbucket Gitorious Unfuddle Beanstalk Codeplex Feel free to add other services if you have used them. I felt that this post was better suited ...
7
votes
1answer
400 views

Online tool showing network graph (as seen on Github) for any Git repo without having to clone?

I love Github's Network graph because it allows to see at a glance what are the trends of a Git repo, without having to clone that repo locally. PROBLEM: It only works for Github-hosted repos, as ...