git config --global user.email "you@example.com"
git config --global user.name "Your Name"
Set Vim as default text editor
git config --global core.editor "vim"
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
Set Vim as default text editor
git config --global core.editor "vim"