- 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.
推薦閱讀
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- Python神經網絡項目實戰
- ASP.NET 3.5程序設計與項目實踐
- Learn React with TypeScript 3
- 高級語言程序設計(C語言版):基于計算思維能力培養
- C程序設計實踐教程
- Unity UI Cookbook
- Linux C編程:一站式學習
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Learning Apache Karaf
- Go語言開發實戰(慕課版)
- Kotlin Programming By Example
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- WebStorm Essentials
- Node.js實戰:分布式系統中的后端服務開發