Город МОСКОВСКИЙ
00:01:39

VS Code tips — Configuring VS Code as git's default editor

Аватар
Тайпскрипт Back-end
Просмотры:
24
Дата загрузки:
30.11.2023 00:21
Длительность:
00:01:39
Категория:
Технологии и интернет

Описание

Today's VS Code tip: VS Code as git editor

To configure VS Code as #git's default editor, in a terminal run:

git config --global core.editor "code --wait"

Now git will use VS Code to edit commit messages. You can also configure VS Code as git's default diff tool

https://code.visualstudio.com/docs/editor/versioncontrol#_vs-code-as-git-editor

Рекомендуемые видео