- 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.
推薦閱讀
- 樂學Windows操作系統
- 每天5分鐘玩轉Kubernetes
- Getting Started with oVirt 3.3
- Kali Linux滲透測試全流程詳解
- 白話區塊鏈
- BPEL and Java Cookbook
- 精解Windows 8
- 循序漸進學Docker
- 鴻蒙操作系統設計原理與架構
- iOS 10 開發指南
- Learn SwiftUI
- 大學計算機應用基礎實踐教程(Windows 7+MS Office 2010)
- Android NDK Beginner's Guide
- 電腦辦公(Windows 7+Office 2016)入門與提高
- Getting Started with Raspberry Pi Zero