Skip to content

Instantly share code, notes, and snippets.

@derekriemer
Last active March 15, 2018 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save derekriemer/cd3648b961eaf50d9c3974a366feb27a to your computer and use it in GitHub Desktop.
Save derekriemer/cd3648b961eaf50d9c3974a366feb27a to your computer and use it in GitHub Desktop.
Example configuration for setting notepad++ up to be your commit message editor
[user]
name = derekriemer
email = derek.riemer@colorado.edu
[alias]
co = checkout
new = checkout -B
[core]
editor=\"c:/program files (x86)/Notepad++/notepad++.exe\" -multiInst -nosession]
#git config --global core.editor "eval c:/progra~2/notepad++/notepad++.exe -multiInst
@orlovskyjavaprofi
Copy link

Thanks it works!

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