- Electron Projects
- Denys Vuika
- 200字
- 2021-06-24 12:14:32
Installing Git on Windows
I recommend installing Git after Visual Studio Code because the Git setup wizard allows you to enable integration between the two.
The process of installing Git on Windows 10 is slightly different compared to macOS and Ubuntu. Follow these steps to install it:
- Navigate to https://git-scm.com. The website will detect your platform and suggest a proper distribution.
- Click the button that says Download 2.20.1 for Windows, wait for the file to download, and run the installer package.
- The Git installer for Windows sets all the respective defaults for you. Just proceed with the questions until you reach the Select Components dialog.
- I suggest checking the Use a TrueType font in all console windows option, as shown in the following screenshot:

This is optional, but it helps improve readability slightly.
- Follow the installation steps and use the predefined settings until you get to the Choosing the default editor used by Git dialog.
- If you have already installed Visual Studio Code, I strongly recommend selecting the Use Visual Studio Code as Git's default editor option from the drop-down list, as shown in the following screenshot:

- Accept all the defaults in the subsequent dialogs until the setup is over.
推薦閱讀
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- MySQL數據庫應用與管理 第2版
- Python從入門到精通(精粹版)
- Securing WebLogic Server 12c
- Jenkins Continuous Integration Cookbook(Second Edition)
- Mastering ROS for Robotics Programming
- AIRIOT物聯網平臺開發框架應用與實戰
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Kubernetes源碼剖析
- Cocos2d-x Game Development Blueprints
- 軟件工程與UML案例解析(第三版)
- 程序員的成長課
- Puppet:Mastering Infrastructure Automation
- PostgreSQL 12 High Availability Cookbook
- Python計算機視覺與深度學習實戰