Git - Configuration and Aliases
You tried to set your Git editor with
git config core.editor code --wait but Git still opens Vim. What is the likely problem?git config core.editor code --wait but Git still opens Vim. What is the likely problem?code --wait, so Git interprets only code as the editor and ignores --wait.--wait, Git does not wait for VS Code to close and falls back to Vim.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions