how to remove git from a project folder code example
Example 1: remove git from project
rm -rf .git*
Example 2: delete .git folder
rm -rf .git
Example 3: how to remove git repository from a project
rm -rf .git
rm -rf .git*
rm -rf .git
rm -rf .git