Home  >  Article  >  Development Tools  >  Does vscode have to install git?

Does vscode have to install git?

angryTom
angryTomOriginal
2019-11-07 16:18:383855browse

Does vscode have to install git?

Does vscode have to install git?

vscode is a code editor that does not rely on git to run; Git is not required for vscode. If you develop projects that do not require version control, you do not need to install git.

Visual Studio Code is a lightweight and powerful cross-platform open source code editor (IDE) that supports Windows, OS X and Linux. It has built-in JavaScript, TypeScript and Node.js support, and has a rich plug-in ecosystem, which can support C, C#, Python, PHP and other languages ​​by installing plug-ins.

Git (pronounced /gɪt/.) is an open source distributed version control system that can handle version management of projects from very small to very large projects efficiently and at high speed. Git is an open source version control software developed by Linus Torvalds to help manage Linux kernel development.

Related recommendations: "vscode usage tutorial"

The above is the detailed content of Does vscode have to install git?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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
Previous article:vscode tab not indentedNext article:vscode tab not indented