Skip to content

Instantly share code, notes, and snippets.

@ciamac-da
Last active February 16, 2022 14:54
Show Gist options
  • Save ciamac-da/ad33936dce1e37b0af25a5904d2eb80b to your computer and use it in GitHub Desktop.
Save ciamac-da/ad33936dce1e37b0af25a5904d2eb80b to your computer and use it in GitHub Desktop.
This is how to enable git source control for vscode v11
0- Open vscode
1- click on setting symbol and open settings
2- search for settings.json file and then open it
3- You have to add two commands to json file
"git.enabled": true,
"git.path": "/usr/bin/git"
*Note: You can type which git to find the correct git path!
4- Save the file and restart your vscode!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment