Live data from Hacker News

Bitbucket passes one million users

blog.bitbucket.org

21–30 of 188 posts

Re: Bitbucket passes one million users

#21
Mercurial is a better tool than Git in almost every aspect. It's easy to learn and gets out of your way. I chose it over git a few years ago and sticked with it ever since and used Bitbucket to host most of my stuff. You don't get the community that Github has, but the hosting is great.

Re: Bitbucket passes one million users

#22

Mercurial is a better tool than Git in almost every aspect. It's easy to learn and gets out of your way. I chose it over git a few years ago and sticked with it ever since and used Bitbucket to host most of my stuff. You don't get the community that Github has, but the hosting is great.

> Mercurial is a better tool than Git in almost every aspect.

No need to proclaim personal tastes as absolute truths around here.

In any case, Bitbucket has complete git support.

Re: Bitbucket passes one million users

#23
post #11

Bitbucket is an especially awesome resource for students. (Yes, I know GitHub offers free student accounts.) But the unlimited free private repositories makes it easy to back up tons of homework projects (as opposed to the small GitHub offering), without worrying about clogging your quota, or having your work available to the public.

I wouldn't be surprised if this has a lot to do with the latest growth. I've taken one or two Coursera courses (eg. [1]) where Bitbucket was specifically recommended for the private repositories.

It would be a hassle to get counted as a student by Github without an edu email, and it would be too much for them to individually approve tens of thousands of people.

[1] http://www.coursera.org/course/scicomp

Re: Bitbucket passes one million users

#25
post #5

The people in the comment are the first ACTUAL people I've met that use bitbucket >_>

Tool usage patterns often exhibit social clustering. I.e., friends and colleagues tend to use similar tools, through a mixture of exposure, recommendation, similar work habits, shared constraints, etc. When the tool in question is about interacting with others (whether socially or professionally), it's naturally even more pronounced.

Re: Bitbucket passes one million users

#26
post #7

Recently starting using Bitbucket and I really like it. I find the team thing a bit difficult to understand and not very intuitive but it could be just me. I vaguely remember them also having SVN support but that seems to be no longer there. I guess I have re-import all my old repos using Git now.

As far as I can remember, they started with providing Mercurial support, not SVN. Perhaps you were thinking of Google Code (they had SVN support, then Hg, then Git)?

Re: Bitbucket passes one million users

#27
post #11

Bitbucket is an especially awesome resource for students. (Yes, I know GitHub offers free student accounts.) But the unlimited free private repositories makes it easy to back up tons of homework projects (as opposed to the small GitHub offering), without worrying about clogging your quota, or having your work available to the public.

Exactly! Just backing up my .bash_rc files and other configuration files in a git repo, push on BitBucket and it makes it so easy to setup a new dev env on every new machine with all your custom aliases.

Re: Bitbucket passes one million users

#28
post #22

Mercurial is a better tool than Git in almost every aspect. It's easy to learn and gets out of your way. I chose it over git a few years ago and sticked with it ever since and used Bitbucket to host most of my stuff. You don't get the community that Github has, but the hosting is great.

> Mercurial is a better tool than Git in almost every aspect. No need to proclaim personal tastes as absolute truths around here. In any case, Bitbucket has complete git support.

> No need to proclaim personal tastes as absolute truths around here.

In all fairness, we all do that a lot.

Re: Bitbucket passes one million users

#29
post #18

I've been using them for a few years now. Free repos got me there. Assembla makes use of it as well, and I've run it through that on a project. I don't do enough open source stuff unfortunately to find myself at Github, but for maintaining a bunch of free private repos its great.

Assembla is an independent company: http://en.wikipedia.org/wiki/Assembla

Thanks for the correction. I made the edit above. Funny thing is that I had a feeling I was wrong, but general sloppiness convinced me adding a question mark to my statement was better then taking 10 seconds to actually look it up.

Re: Bitbucket passes one million users

#30

Mercurial is a better tool than Git in almost every aspect. It's easy to learn and gets out of your way. I chose it over git a few years ago and sticked with it ever since and used Bitbucket to host most of my stuff. You don't get the community that Github has, but the hosting is great.

I totally agree. Its one of those tools that stays out of your way unless you `need` to do something weird (unfortunately when you need to do that some times it can get really wierd). I feel like with git the base line is fairly complicated.
Post reply on HN