Answers for "git config in vs code"

5

change git default editor to vscode

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

git vs code editor

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language