Skip to content

Instantly share code, notes, and snippets.

@sgeto
Forked from bangonkali/batch.bat
Last active August 16, 2017 23:03
Show Gist options
  • Save sgeto/33769ed6128ad6dffce2df14aaadd20d to your computer and use it in GitHub Desktop.
Save sgeto/33769ed6128ad6dffce2df14aaadd20d 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