Page 1 of 1

Github or Codeplex?

PostPosted: January 22nd, 2013, 9:26 pm
by hans
Hello,

Some time ago I submitted a patch to codeplex and it got merged pretty quickly. It turns out I had a few bugs in the patch (embarrassing, I'll have to check things more thoroughly in the future), so I submitted another one on Github. I thought I had seen a comment somewhere that the Github site had the most up-to-date code so I submitted it there.

Which site is preferred?

Re: Github or Codeplex?

PostPosted: January 22nd, 2013, 9:47 pm
by Jakub Misek
Thanks for the patches, I've merged your githiub fix just now.

Both work. For opensource project, GitHub seems to be better choice. Moreover CodePlex is pretty slow (at least for me).

You can use the one you prefer. VS works best with TFS (CodePlex), but with GitHub you can easily Fork and work with your own copy and we can merge your fixes easily.

Thanks!