I want to set up Notepad++ editor for my Git Bash as my default editor is vi.
So, I have used this git config command.
git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
I tried to find out the reason why we have to use
-multiInst
-notabbar
-nosession
-noPlugin
for my git Notepad++ editor but didn't get it. I just want to know about this config. If this question is repeated then give me the answered link and I'll delete my post for better.