how to remove from git repository code example
Example 1: delete git repository command line
rm -rf .git
Example 2: how to remove git repository from a project
rm -rf .git
Example 3: delete html file from git
git rm file1.txt
rm -rf .git
rm -rf .git
git rm file1.txt