Changes between Version 6 and Version 7 of Git/WhyGit


Ignore:
Timestamp:
Dec 8, 2012, 2:31:29 PM (10 years ago)
Author:
Beman Dawes
Comment:

Provide answers to the "why choose Git" question

Legend:

Unmodified
Added
Removed
Modified
  • Git/WhyGit

    v6 v7  
    2323  * Is often faster for everyday operations, and sometimes much faster.
    2424
    25 * Allows public library specific repositories, such as on GitHub.
     25* Allows public library specific repositories, such as on !GitHub.
    2626
    2727* Scales up to a much larger number of libraries.
     
    3131== Why should Boost choose Git as our distributed version control system? ==
    3232
    33 Mercurial, Bazaar, and perhaps Fossil are also well developed and supported DVCS systems. They are widely used by well-known open source projects. So why choose Git?
     33Mercurial, Bazaar, and perhaps Fossil are also well-developed and well-supported DVCS systems. They are widely used by well-known open source projects. So why choose Git?
     34
     35* [http://en.wikipedia.org/wiki/Network_effect Network effect]. Git has won the marketshare battle, so more developers know Git and there are more community resources available.
     36
     37* The Boost contributors doing the modularization work prefer Git.
    3438
    3539==  What is the downside of Boost using distributed version control and Git? ==