Change editor for git ( Windows )
1 min readMay 29, 2019
Default editor in git is not good 😩 but you can change to your favorite editor.
git config --global -e
In above code, you see I use just gvim because I already add gvim folder to environment path 😍
If you need more information, please read from stackoverflow answer below.