Как установить код в качестве по умолчанию для Commit git

git config --global core.editor "code --wait"
Relieved Reindeer