Skip to content

Instantly share code, notes, and snippets.

@jetstreamin
Forked from bangonkali/batch.bat
Created February 18, 2017 19:05
Show Gist options
  • Save jetstreamin/39d2f92181ca3dd12edc19ab876365c6 to your computer and use it in GitHub Desktop.
Save jetstreamin/39d2f92181ca3dd12edc19ab876365c6 to your computer and use it in GitHub Desktop.
Attaching Notepad++ to git commit editor.
git config core.editor "'C:\Program Files (x86)\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
@MYSTfan21
Copy link

I'm using a 64 bit version of notepad++. Do I need to change anything besides the Program Files path?

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