Add git credentials to local configuration

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"

Leave a Comment

Scroll to Top