remove git from local folder code example
Example 1: delete .git folder
rm -rf .git
Example 2: git remove repository local
$ rm -rf .git
Example 3: how to delete git repo locally
$ rm -rf .git
to delete git repository from local repo (from machine)
Example 4: how to remove git directory in terminal
rm -rf .git