Setting up Git
— git — 1 min read
Associate VS Code with Git
Of course, you should have VS Code already on your machine. Open Terminal and type this command
git config --global core.editor "code --wait"
Automatically track remote branch
git config --global --add --bool push.autoSetupRemote true