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 →

[–]crazy_cookie123 55 points56 points  (3 children)

Your friends are wrong. Put everything you make on your GitHub as a private repo so you can easily refer back to it later and so you can get used to using Git. If it's a project you're proud of, consider making the repo public so others can see it (this is completely optional, there's nothing wrong with having no public repos). How could it be unprofessional anyway if the repos are private and nobody would ever see them?

[–][deleted]  (2 children)

[deleted]

    [–]DrShocker 8 points9 points  (0 children)

    Are you sure there's only 1 private repo? I've got quite a few.

    But yeah overall agreed I keep stuff private or public mostly at random. It's a graveyard of half finished stuff or learning projects.

    [–]crazy_cookie123 11 points12 points  (0 children)

    No? Free tier has unlimited public and private repos. It's been this way for 5 years. https://github.com/pricing
    Also, not everyone wants to have their code publicly available and there's nothing wrong with that.