Linked by Elv13 on Tue 7th Dec 2010 22:19 UTC
Thread beginning with comment 452633
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
"Git is better at multiple branches, which helps when you have many developers each working on their "own thing".
Thanks ! In which way is Git better exactly ? "
Git was written by Linux Torvalds with the design aim to address specific needs of co-ordinating a large number of independent open source developers all doing their own thing.
http://en.wikipedia.org/wiki/Git_%28software%29
Torvalds had several design criteria:
- Take CVS as an example of what not to do;
- Support a distributed, BitKeeper-like workflow
- Very strong safeguards against corruption, either accidental or malicious
- Very high performance
Git's design is a synthesis of Torvalds's experience with Linux in maintaining a large distributed development project.
Git has:
- Strong support for non-linear development
- Distributed development
- Compatibility with existing systems/protocols
- Efficient handling of large projects
- Cryptographic authentication of history
- Toolkit-based design
- Pluggable merge strategies
- Periodic explicit object packing
Edited 2010-12-08 11:25 UTC




Member since:
2010-03-08
Thanks ! In which way is Git better exactly ?