- Learning Continuous Integration with Jenkins(Second Edition)
- Nikhil Pathania
- 92字
- 2021-07-02 21:18:31
Version control system
This is the most basic and the most important requirement for implementing CI. A Version Control System, sometimes also called a Revision Control System, is a tool to manage your code history. It can be centralized or distributed. Some of the famous centralized version control systems are SVN and IBM Rational ClearCase. In the distributed segment, we have tools like GIT and Mercurial.
Ideally, everything that is required to build software must be version controlled. A version control tool offers many features, such as tagging, branching, and so on.
推薦閱讀
- Linux設備驅動開發詳解(第2版)
- PLC控制程序精編108例
- Getting Started with oVirt 3.3
- Mastering Distributed Tracing
- 嵌入式Linux系統開發:基于Yocto Project
- WindowsServer2012Hyper-V虛擬化部署與管理指南
- Installing and Configuring Windows 10:70-698 Exam Guide
- Windows Vista融會貫通
- RESS Essentials
- 嵌入式實時操作系統:RT-Thread設計與實現
- 蘋果OS X Mavericks 10.9應用大全
- 云原生落地:產品、架構與商業模式
- 新編電腦辦公(Windows 10+ Office 2013版)從入門到精通
- 大規模分布式系統架構與設計實戰
- 再也不踩坑的kubernetes實戰指南