确保你的git for windows 版本自带了vi
设置 别名如下
git config --global alias.vi "config -e --file"
然后你可以愉快的在cmd中使用vi了。
git vi test