git zero-based Quick Start

A version management evolution
1. VCS appear before version management:
1), with the difference between different versions of the catalog copy
2), public documents likely to be covered
3), a member of the high communication costs, low efficiency of the code integration
2. Centralized VCS Features ;
1), the centralized management server version
2), includes a file version management and branch management
3), has significantly improved the efficiency of integration
4), and the client must constantly connected to the server
3. distributed VCS features:
1), service and client have a complete repository
2), out of service, the client can still manage version
3), view the history and compare versions of most operations, do not require access to the server, version management can enhance efficiency than centralized VCS
two, git features

  • Optimal storage capacity
  • Exceptional performance
  • Open-source
  • It is easy to backup
  • Offline support
  • Easy to customize workflows
Released three original articles · won praise 0 · Views 22

Guess you like

Origin blog.csdn.net/qq_44984558/article/details/104222017