Skip to content

Instantly share code, notes, and snippets.

@ralfebert
Last active December 16, 2015 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralfebert/5382822 to your computer and use it in GitHub Desktop.
Save ralfebert/5382822 to your computer and use it in GitHub Desktop.
git config core.editor
git config --global core.editor "nano -Y patch"
git config --global core.editor "'C:\Program Files (x86)\Notepad++\notepad++.exe' \
-multiInst -notabbar -nosession -noPlugin"
git config --global core.editor "gedit -w -s"
git config --global core.editor "mate -w"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment