Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Waiting for your editor to close the file

# <================== notepad++ ==================>
# if you have problem with notepad++ here is the solution

git config core.editor "'C:Program FilesNotepad++
otepad++.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"
 
PREVIOUS NEXT
Tagged: #Waiting #editor #close #file
ADD COMMENT
Topic
Name
9+8 =