- Learn WebAssembly
- Mike Rourke
- 84字
- 2021-08-13 15:38:57
Git
Git is a version control system (VCS) that allows you to track changes to files and manage work between multiple developers contributing to the same code base. Git is the VCS powering GitHub and GitLab, and is also available on Bitbucket (they also offer Mercurial, which is another VCS). Git will allow us to clone repositories from GitHub, and is a prerequisite for the EMSDK, which we'll cover in the next chapter. In this section, we will cover the installation process for Git.
推薦閱讀
- GeoServer Cookbook
- 大學計算機應用基礎實踐教程
- Programming ArcGIS 10.1 with Python Cookbook
- Kinect for Windows SDK Programming Guide
- C#程序設計
- Elasticsearch Server(Third Edition)
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Advanced Express Web Application Development
- Hands-On GUI Programming with C++ and Qt5
- 計算機應用基礎教程(Windows 7+Office 2010)
- 零代碼實戰:企業級應用搭建與案例詳解
- FFmpeg開發實戰:從零基礎到短視頻上線
- 愛上C語言:C KISS
- Java并發實現原理:JDK源碼剖析