- 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.
推薦閱讀
- jQuery Mobile Web Development Essentials(Third Edition)
- Magento 2 Theme Design(Second Edition)
- 基于Swift語(yǔ)言的iOS App 商業(yè)實(shí)戰(zhàn)教程
- Oracle Exadata專家手冊(cè)
- Expert Data Visualization
- JavaCAPS基礎(chǔ)、應(yīng)用與案例
- Learning Unreal Engine Android Game Development
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Visualforce Developer’s guide
- Rust游戲開發(fā)實(shí)戰(zhàn)
- 編程可以很簡(jiǎn)單
- C++編程兵書
- Getting Started with Nano Server
- C編程技巧:117個(gè)問題解決方案示例
- 并行編程方法與優(yōu)化實(shí)踐