- Moodle 3.x Developer's Guide
- Ian Wild
- 118字
- 2021-07-02 21:34:38
Version control
Maintaining source code is impossible without some measure of version control. There are many version control systems available, but one of the most popular--and the one used by the Moodle community--is Git. Git is a Distributed Version Control System (DVCS), and it makes sense that the Moodle source code should be managed using some form of distributed system as Moodle's development community is scattered worldwide. The Moodle community uses GitHub--https://github.com. Delving into the details of how you use Git and GitHub are beyond the scope of this book. You are encouraged to read https://docs.moodle.org/dev/Git_for_developers before you start developing plugins properly. For more information on GitHub, check out GitHub Essentials, also from Packt (https://www.packtpub.com/application-development/github-essentials).
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Java入門經典(第6版)
- Power Up Your PowToon Studio Project
- arc42 by Example
- JS全書:JavaScript Web前端開發指南
- Interactive Applications Using Matplotlib
- HTML5+CSS3網站設計基礎教程
- Visual C++應用開發
- 利用Python進行數據分析(原書第3版)
- 從0到1:Python數據分析
- Geospatial Development By Example with Python
- SQL Server 2016 從入門到實戰(視頻教學版)
- PHP 8從入門到精通(視頻教學版)
- 從零開始學UI:概念解析、實戰提高、突破規則
- Swift High Performance