- 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.
- The Complete Rust Programming Reference Guide
- Angular UI Development with PrimeNG
- Learning ArcGIS Pro 2
- 編寫高質量代碼:改善C程序代碼的125個建議
- Mastering Ubuntu Server
- TypeScript實戰指南
- 可解釋機器學習:模型、方法與實踐
- 平面設計經典案例教程:CorelDRAW X6
- Learning Splunk Web Framework
- Java Web從入門到精通(第2版)
- SwiftUI極簡開發
- 大數據時代的企業升級之道(全3冊)
- Learning NHibernate 4
- 第五空間戰略:大國間的網絡博弈
- Twitter Bootstrap Web Development How-to