GIT core.editor setup on windows along w application PATH reference
Posted
by delinquentme
on Stack Overflow
See other posts from Stack Overflow
or by delinquentme
Published on 2010-06-17T23:26:40Z
Indexed on
2010/06/17
23:33 UTC
Read the original article
Hit count: 200
Hey all
so i wehnt ahead and opened up my .gitconfig file and manually input the
[core]
editor = 'C:/Program Files/Notepad++/notepad++.exe'
which would allow me to execute command:
(im trying to setup my .gitignore list)
"C:/Program Files/Notepad++/notepad++.exe" .gitignore
im JUSt not interested in typing this out every time that i need to make a file
SO ive heard something about editing PATH to allow me to replace the above with something like:
npp .gitignore
any help would be aprpeciated!
© Stack Overflow or respective owner