Answers for "set gitbash as default terminal in vscode"

5

change git default editor to vscode

git config --global core.editor "code --wait"
Posted by: Guest on February-03-2021

Code answers related to "set gitbash as default terminal in vscode"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language