3

I started using Github now that I'm working on a project with some guys. And I started to wonder if I should use it in my personal projects too. I'm not sure if this will help me in some way or if it is unnecesary?

wyc
  • 493
  • 4
  • 10
  • 4
    git does not require you to use git hub. – Martin York Oct 24 '11 at 17:53
  • Some hosting companies will provide source repositories as part of the package. I use my Dreamhost SVN repository for personal projects. – Jeremy Oct 24 '11 at 18:06
  • In any case use some VCS. 2. Use git for your personal projects when you anyway use git otherwise. 3. You may want to use GitHub as a sort of backup or for publishing your work in case it's open source.
  • – maaartinus Oct 25 '11 at 01:01