使用 Visual Studio Code 作为您的编辑器
-
安装 Visual Studio Code (VS Code)。有关更多信息,请参阅 VS Code 文档中的“设置 VS Code”。
-
打开终端终端Git Bash。
-
输入以下命令
git config --global core.editor "code --wait"
-
安装 Visual Studio Code (VS Code)。有关更多信息,请参阅 VS Code 文档中的“设置 VS Code”。
-
打开终端终端Git Bash。
-
输入以下命令
git config --global core.editor "code --wait"
-
安装 Visual Studio Code (VS Code)。有关更多信息,请参阅 VS Code 文档中的“设置 VS Code”。
-
打开终端终端Git Bash。
-
输入以下命令
git config --global core.editor "code --wait"
使用Sublime Text作为您的编辑器
-
安装Sublime Text。更多信息,请参阅Sublime Text文档中的“安装” 。
-
打开终端终端Git Bash。
-
输入以下命令
git config --global core.editor "subl -n -w"
-
安装Sublime Text。更多信息,请参阅Sublime Text文档中的“安装” 。
-
打开终端终端Git Bash。
-
输入以下命令
git config --global core.editor "'C:/Program Files (x86)/sublime text 3/subl.exe' -w"
-
安装Sublime Text。更多信息,请参阅Sublime Text文档中的“安装” 。
-
打开终端终端Git Bash。
-
输入以下命令
git config --global core.editor "subl -n -w"
使用TextMate作为您的编辑器
-
安装TextMate。
-
安装TextMate的
mate
shell实用程序。更多信息,请参阅TextMate文档中的“mate
和rmate
”。 -
打开终端终端Git Bash。
-
输入以下命令
git config --global core.editor "mate -w"
使用Notepad++作为您的编辑器
-
从https://notepad-plus-plus.org/安装Notepad++。更多信息,请参阅Notepad++文档中的“入门”。
-
打开终端终端Git Bash。
-
输入以下命令
git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"