📜  等待编辑器关闭文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:29.608000             🧑  作者: Mango

代码示例1
# <================== notepad++ ==================>
# if you have problem with notepad++ here is the solution

git config core.editor "'C:\Program Files\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"

# <==================== vscode ====================>
# if you have problem with visual studion code here is the solution

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