GIT - Text Editor Install and Configure - Windows Notepad++



Notepad ++ es un editor de texto mucho mejor que también es gratuito.

Command Listing

notepad++ # testing to make sure it works
notepad++ .bashrc # see contents of .bashrc file below
npp # testing npp alias
git config --global core.editor "notepad++.exe -multiInst -nosession"
npp .gitconfig # open Git config file, should contain snip below

~/.bashrc File

alias npp='notepad++.exe -multiInst -nosession'


~/.gitconfig File (snip)

[core]
editor = notepad++.exe -multiInst -nosession

Publicar un comentario

0 Comentarios