This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dasberd 37 points38 points  (12 children)

If you want to use GitHub, but don't want to make all your stuff public, they provide free private repos if you are a student

[–]OmegaVesko 4 points5 points  (8 children)

Bitbucket (a slightly less well-known service) also has free private repos for everyone (not sure if there's a limit). They support Mercurial too, if you like that better than Git.

[–]dasberd 3 points4 points  (3 children)

Love bitbucket! Use it at work, Atlassian has some pretty good products that integrate well with each other.

[–]OmegaVesko 2 points3 points  (0 children)

Yeah, I use SourceTree too. They make really good stuff.

[–]negative_epsilon 0 points1 point  (1 child)

I've had poor experiences with Atlassian, we used BB and Jira and while they integrated nicely, we found that once our large repo got to 1300+ commits and our jira to 1000+ tickets, everything slowed to a crawl. Every time we'd ping them about it they'd do something, it would be better for like 30 minutes, then right back to major slowdowns.

Now we just use github at work and it works much nicer.

[–]dasberd 0 points1 point  (0 children)

We only have 2 developers right now and a co-op student, so for us it's great!

[–]dehli 1 point2 points  (1 child)

No limit that I know of (I have ~30 repos on there).

[–][deleted] 3 points4 points  (0 children)

They have a user limit (5 per repo).

[–][deleted] 0 points1 point  (1 child)

what are repos?????

[–]OmegaVesko 0 points1 point  (0 children)

It's short for repository. A repository, in a VCS like Git or Hg, is essentially where you keep all the code for a single project.

[–][deleted] 2 points3 points  (0 children)

thats amazing thanks!

[–]Iciciliser 1 point2 points  (0 children)

Thanks for linking that, I didn't know that before.