- Learning Ionic(Second Edition)
- Arvind Ravulavaru
- 103字
- 2021-07-02 23:24:28
Installing Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. In our case, we will be using a package manager named Bower, which uses Git to download the required libraries. Also, the Ionic CLI uses Git to download the project templates.
To install Git, navigate to http://git-scm.com/downloads and download the installer for your platform. Once you have successfully installed it, we can navigate to the command prompt/terminal and run the following command:
git --version
We should see the following output:
> git version 2.11.0 (Apple Git-81)
推薦閱讀
- 基于粒計算模型的圖像處理
- Game Programming Using Qt Beginner's Guide
- Oracle BAM 11gR1 Handbook
- JavaScript:Moving to ES2015
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Advanced Express Web Application Development
- ExtJS Web應用程序開發指南第2版
- 編程可以很簡單
- JBoss:Developer's Guide
- Android應用開發實戰
- Python青少年趣味編程
- Go語言從入門到精通
- Python第三方庫開發應用實戰
- HTML5游戲開發實戰
- Learning WordPress REST API