-
-
Save jetstreamin/39d2f92181ca3dd12edc19ab876365c6 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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using a 64 bit version of notepad++. Do I need to change anything besides the Program Files path?