Wednesday 10 September 2014

System Design & Analysis (6) Git TBA

Git is my favorite Version Control System. It is stable, fast and opensource.

Basic:
1) It is designed by the super famous guy Linus Benedict Torvalds.
2) It is the most widely adopted version control system for software development.
3) Git is free software distributed under the terms of the GNU General Public License version 2.

Development Platform:
1) Git is primarily developed on Linux.

Project Target:
1) Designed for large projects.
2) A core assumption in Git is that a change will be merged more often than it is written, as it is passed around various reviewers.
3) Localized fast-commit, without internet.

Designed Operations:



















TBA

Success?
Yes, see the user list:







No comments:

Post a Comment