I\'m trying out Git on Windows. I got to the point of trying \"git commit\" and I got this error:
Terminal is dumb but no VISUAL nor
I prefer to use Emacs. Getting it set up can be a little tricky.
c:\emacs
.c:\emacs\bin\addpm.exe
. You need to right-click and "Run as Administrator" if you are using Windows Vista or above. This will put the executables in your path.(server-start)
somewhere in your .emacs
file. See the Emacs Windows FAQ for advice on where to put your .emacs
file.git config --global core.editor emacsclientw
Git will now open files within an existing Emacs process. You will have to run that existing process manually from c:\emacs\bin\runemacs.exe
.