Home > Development Tools > VSCode > body text

Where does vscode configure git?

爱喝马黛茶的安东尼
Release: 2019-12-27 16:48:54
Original
3912 people have browsed it

Where does vscode configure git?

1. Install the Git management tool. You can install it on the official website. The installation path is https://git-scm.com/. The default installation path is C:\Program Files\Git. You can install it yourself. Modification, here I installed it in D:\Program Files\Git.

2. After installing Git, configure the environment variable path information as shown in the figure. Generally, the configuration will be successful automatically. After the configuration is completed, the computer can use Git.

Where does vscode configure git?

#3. If you want to use Git in VS Code, you need to configure git.path in the editor.

Configuration steps: In the editor's File->Preferences->Settings->Search git.path->Click Edit->Find the git installation directory of your computer and find the bin file git.exe file in the folder and copy the full path of the file.

Where does vscode configure git?

PHP Chinese website has a large number of free JAVA introductory tutorials, everyone is welcome to learn!

The above is the detailed content of Where does vscode configure git?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!