5 ms·
Why would public repos on github effect my private repo on bitbucket?
by bendecoste 13y ago
Why would public repos on github effect my private repo on bitbucket?
- icelancer 13y agoExactly. Roll your private repos on bitbucket and public repos on GitHub for the exposure.
- drdaeman 13y agoWhat's the difference between publicity of repos on Bitbucket and Github? To me, if the task is to see the code, they seem essentially the same — a storages one can checkout from, with a nice-looking web interface to preview the contents. As for collaboration, DVCS are distributed by their very definition. Sure, clicking on "fork" button on web is easier that "pull; remote add; push" series of commands, but I believe this is completely negligible threshold as compared to actual work.