how to remove git from directory code example
Example 1: remove git from project
rm -rf .git*
Example 2: delete .git folder
rm -rf .git
Example 3: remove git from folder windows
cmd rmdir /S .git
Example 4: how to remove git from a folder
rm -rf .git