Answers for "editor do git"

6

set git editor

$ git config --global core.editor vim
Posted by: Guest on June-08-2020
0

set an editor for git

$ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
Posted by: Guest on March-25-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language