- Continuous Integration,Delivery,and Deployment
- Sander Rossel
- 140字
- 2021-07-02 15:42:16
Distributed Source Control Management
Git is a little different. With Git, you always copy the entire repository, including the entire history, to your local machine. That means you can make local commits without actually pushing anything to your server. It also means when your server becomes unreachable, you can still make local commits and push them when your server becomes available again. And, of course, it means that when your server explodes into tiny bits, every programmer on the team still has the entire project history sitting on their computers ready to be restored to a new server. This model is also known as the distributed version control system. While Git is the most popular distributed version control system by far, and actually the most popular source control system period, Mercurial is also a reasonably popular distributed version control system.
- 演進式架構(原書第2版)
- PHP動態網站程序設計
- 深入淺出WPF
- Groovy for Domain:specific Languages(Second Edition)
- Swift細致入門與最佳實踐
- Extending Puppet(Second Edition)
- 軟件測試實用教程
- Java網絡編程實戰
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- 代替VBA!用Python輕松實現Excel編程
- 從零開始學Android開發
- Learning Grunt
- HTML5/CSS3/JavaScript技術大全
- Puppet Cookbook(Third Edition)
- 編程風格:程序設計與系統構建的藝術(原書第2版)