Skip to content

Instantly share code, notes, and snippets.

@sgeto
Forked from derekriemer/.gitconfig
Created April 22, 2017 20:10
Show Gist options
  • Save sgeto/926561e2da5311bad150587784979828 to your computer and use it in GitHub Desktop.
Save sgeto/926561e2da5311bad150587784979828 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment