Created
March 23, 2016 19:59
-
-
Save gringoh/6a723ae30ba47b27c343 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crear archivo npp.sh con el siguiente contenido | |
#!/bin/sh | |
"c:/Program Files (x86)/Desarrollo/Notepad++/notepad++.exe" -multiInst -notabbar -nosession -noPlugin $* | |
configurar git para utilizar el archivo recientemente creado | |
git config --global core.editor C:/java/extras/npp.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment