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