How do DVCS (Github, BitBucket, etc.) ensure project code integrity?
Of course, companies do not claim intellectual rights when uploading your code to their online repositories, but how is the project secured so that in fact people with write / commit access to such repositories can view the data?
What happens if you decide, for example, to move your project to a private server or to another host? Will your project be “deleted” or “deleted” from the public index?
How can you be sure that the CEO of the company in which you place your project will not be able to view your data?
Do these companies conduct any kind of regular certification? Or is the whole deal based on trust and understanding?
source
share