version control - Advantages of GitHub over Bitbucket for Git Repositories -


now bitbucket supports git repositories, seams me alternative github, since free plan includes unlimited private repositories, not available on github. yet, github seams more popular.

are there major reasons choose github hosting site git repositories instead of bitbucket?

(although have no problems making personal projects publicly available in general, idea of being able make switch public private or vice versa time want. if there reasons use github, willing give freedom.)

this should community wiki, since it's subjective think of use community.

github's greatest strength it's in use, , supported more 3rd parties. example, continuous integration services travis ci or buildhive feature transparent integration github.

personally, use github public code because it's pretty used , supported , use codeplane private code, because $9 month unlimited repos pretty good.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -