Skip to content

Instantly share code, notes, and snippets.

@bangonkali
Created April 17, 2015 01:53
Attaching Notepad++ to git commit editor.
git config core.editor "'C:\Program Files (x86)\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
@SexyDejw
Copy link

Probably too late but if you are running a 64bit version, I would say you run this:
$ git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -nosession"

Thanks man! After one hour of googling why git bash won't open my notepadd++ your comands finaly helped me, and even I maked a accont specialy to thank you :) hope you have a good day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment