deleting git init] code example
Example 1: how to remove git directory in terminal
rm -rf .git
Example 2: delete git
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/Leonuch/flex.git
git push -u origin master