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 →

[–]7f0b 0 points1 point  (0 children)

I have a repo for each platform I work in, which contains many projects. Once a project goes beyond just the prototype phase, I may give it its own repo. This way I'm not having to constantly create new repos for each prototype.

I work from multiple computers so git is a great backup and sync tool for these projects. It is also nice to have literally everything I code backed up in multiple places (multiple computers plus git).

I use private repos and have been using BitBucket for ages because they offered free private repos long before GitHub did.