Answers for "switch to new user for git in vscode terminal"

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 "switch to new user for git in vscode terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language