开发者_JS百科Is there any way to use Gedit as the core.editor for Git in Windows?
Add your gedit bin directory to environment variable %PATH%, then configure git core.editor "gedit"
Though this question doesn't answer your question directly, it does talk about setting up an editor to work with Git for Windows: How can I set up an editor to work with Git on Windows?
This question might also be useful for you incase you run into problems while changing the default editor: Unable to change the default editor in terminal
精彩评论