- 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.
推薦閱讀
- Learn ECMAScript(Second Edition)
- 編程的修煉
- Web交互界面設(shè)計(jì)與制作(微課版)
- Java從入門(mén)到精通(第4版)
- Raspberry Pi for Secret Agents(Third Edition)
- C#程序設(shè)計(jì)(慕課版)
- GameMaker Programming By Example
- Spring Boot企業(yè)級(jí)項(xiàng)目開(kāi)發(fā)實(shí)戰(zhàn)
- 利用Python進(jìn)行數(shù)據(jù)分析
- Android驅(qū)動(dòng)開(kāi)發(fā)權(quán)威指南
- JavaScript程序設(shè)計(jì):基礎(chǔ)·PHP·XML
- C++程序設(shè)計(jì)教程(第2版)
- Anaconda數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- SQL Server on Linux
- Developing Java Applications with Spring and Spring Boot