Jak ustawić kod jako domyślnie dla GIT Commit

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