how to remove git repository from visual studio code example Example 1: how to remove git repository from a project rm -rf .git Example 2: remove git repository vscode sudo rm -rf .git