Skip to content

Instantly share code, notes, and snippets.

@elliz
Last active July 22, 2020 02:05
Show Gist options
  • Save elliz/e334262960c9e0f433be62f74ece9b30 to your computer and use it in GitHub Desktop.
Save elliz/e334262960c9e0f433be62f74ece9b30 to your computer and use it in GitHub Desktop.
windows command to set Notepad++ as your git editor (for squashes, rebases etc). Make you changes, save, close window.
git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment