- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 106字
- 2021-08-27 19:57:41
Git
Git is the most used version control system for source code management. It promotes distributed revision control and is an integral part of development these days.
JHipster uses Git for upgrading applications and Git is also recommended for the smooth working of NodeJS and NPM ecosystems:
- Check for Git by running git --version in the Terminal. It should display git version x.x.x; the version number can be anything.
- If the command is not found, you can visit git-scm (https://git-scm.com/downloads) and follow the instructions to install Git on your operating system.
- Once installed, check the command in step 1 again to make sure.
推薦閱讀
- Testing with JUnit
- MySQL數據庫應用與管理 第2版
- Interactive Data Visualization with Python
- Xcode 7 Essentials(Second Edition)
- Python機器學習基礎教程
- Unity 2D Game Development Cookbook
- Unity 3D/2D移動開發實戰教程
- Java Fundamentals
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- SwiftUI極簡開發
- Sails.js Essentials
- Building Business Websites with Squarespace 7(Second Edition)
- Qt 5.12實戰
- JavaScript設計模式與開發實踐
- Mathematica Data Visualization