- CouchDB and PHP Web Development Beginner’s Guide
- Tim Juravich
- 135字
- 2021-08-13 18:22:51
Installing version control
Version control systems allow developers to track code changes, merge other developers' code, and to roll back any inadvertent errors. Version control systems are a must on a project with several developers but can also be a lifesaver for single developer projects. Think of it as a safety net — if you accidentally do something you didn't want to, then source control is there to protect you. There are several options when it comes to version control, but in this book, we will use Git.
Git
Git (http://git-scm.com/) has become one of the more popular and widely adopted version control systems because of its distributed nature and ease-of-use. The only thing easier than actually using Git is installing it. We will use Homebrew to install Git, just as we did with CouchDB.
- Mastering Entity Framework Core 2.0
- 算法基礎:打開程序設計之門
- Python數據可視化之Matplotlib與Pyecharts實戰
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Scientific Computing with Scala
- Windows Phone 7.5:Building Location-aware Applications
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Visual C++開發入行真功夫
- CoffeeScript Application Development Cookbook
- RealSenseTM互動開發實戰
- Kubernetes源碼剖析
- Mastering Adobe Captivate 7
- HTML5移動前端開發基礎與實戰(微課版)
- DevOps 精要:業務視角