Created
April 17, 2015 01:53
-
-
Save bangonkali/67ee8105e380b9c779f6 to your computer and use it in GitHub Desktop.
Attaching Notepad++ to git commit editor.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config core.editor "'C:\Program Files (x86)\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin" |
If you use session backups, you may want to follow the advice at the bottom of this thread about the nosession flag messing up the main instance of notepad++
https://notepad-plus-plus.org/community/topic/16488/enable-session-snapshot-and-periodic-backup-box-unchecked/16
notepad-plus-plus/notepad-plus-plus#5063
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
thanks it was very useful