- 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.
推薦閱讀
- Rake Task Management Essentials
- FFmpeg入門詳解:音視頻原理及應(yīng)用
- Java應(yīng)用開發(fā)技術(shù)實(shí)例教程
- 軟件測(cè)試技術(shù)指南
- Python深度學(xué)習(xí):基于TensorFlow
- Express Web Application Development
- CRYENGINE Game Development Blueprints
- Secret Recipes of the Python Ninja
- 數(shù)字媒體技術(shù)概論
- C語言程序設(shè)計(jì)教程
- 零基礎(chǔ)學(xué)編程系列(全5冊(cè))
- Pandas 1.x Cookbook
- Python實(shí)戰(zhàn)指南:手把手教你掌握300個(gè)精彩案例
- 深入理解JVM字節(jié)碼
- DevOps和自動(dòng)化運(yùn)維實(shí)踐