- 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.
推薦閱讀
- Learning Real-time Processing with Spark Streaming
- PHP 從入門到項目實踐(超值版)
- Flux Architecture
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- 名師講壇:Spring實戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- The Complete Coding Interview Guide in Java
- C語言程序設(shè)計
- PySide 6/PyQt 6快速開發(fā)與實戰(zhàn)
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Hands-On Kubernetes on Windows
- R語言:邁向大數(shù)據(jù)之路(加強版)
- IoT Projects with Bluetooth Low Energy
- 黑莓(BlackBerry)開發(fā)從入門到精通
- Neo4j 3.x入門經(jīng)典
- Less Web Development Cookbook