Tuesday, May 11

If git is not a centralized repository system then why would we want to create a remote git repository on Github or another site?

A. A remote repository allows users all over the world to fork the codebase and create merge requests so you can merge the changes back into the main codebase.
B. Git can work without a centralized server but works better if it has one just like subversion.
C. Git requires a centralized server for anything but local small change management.
D. The only way to have a secure git repository is to put it on a cloud based service such as Github.


No comments:

Post a Comment