git常见问题

更改git默认的编辑器nano为vim

git config --global core.editor "vim" 
Scroll to Top