- 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.
- Advanced Splunk
- Python數據分析基礎
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- Responsive Web Design by Example
- Python算法指南:程序員經典算法分析與實現
- Learning PHP 7
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Modern C++ Programming Cookbook
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- Getting Started with Python
- Groovy 2 Cookbook
- Hands-On ROS for Robotics Programming
- Flask Web開發實戰:入門、進階與原理解析
- ASP.NET開發技巧精講
- 網頁設計理論與實踐