- Continuous Integration,Delivery,and Deployment
- Sander Rossel
- 126字
- 2021-07-02 15:42:15
Version Control with Git
Before we continue with an example in the next chapter, we want to take some time to truly get to know Git. Git is an invaluable tool in your tool belt. It helps you and your team to share code, check out each others code, revert to previous code, and keep different versions of the same code side by side. In this chapter, we are going to explore these issues and learn how to make the most of it using Jenkins.
For some really in-depth Git reading, I recommend the book Pro Git, which you can read for free at the Git website, https://git-scm.com/book. With almost 600 pages, this is the absolute Git bible. For some practical use, just keep on reading.
推薦閱讀
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- Web Scraping with Python
- 數據結構簡明教程(第2版)微課版
- Java Web程序設計
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- C語言從入門到精通(第4版)
- 你不知道的JavaScript(中卷)
- 碼上行動:用ChatGPT學會Python編程
- Scala for Machine Learning(Second Edition)
- Java 從入門到項目實踐(超值版)
- Go語言入門經典
- Scratch從入門到精通
- jQuery從入門到精通(微課精編版)
- 3ds Max 2018從入門到精通
- 基于JavaScript的WebGIS開發